private-download.h 284 B

12345678910
  1. #ifndef APT_PRIVATE_DOWNLOAD_H
  2. #define APT_PRIVATE_DOWNLOAD_H
  3. #include <apt-pkg/acquire.h>
  4. bool CheckAuth(pkgAcquire& Fetcher, bool const PromptUser);
  5. bool AcquireRun(pkgAcquire &Fetcher, int const PulseInterval, bool * const Failure, bool * const TransientNetworkFailure);
  6. #endif