]> git.saurik.com Git - apt.git/blob - apt-private/private-download.h
cleanup headers and especially #includes everywhere
[apt.git] / apt-private / private-download.h
1 #ifndef APT_PRIVATE_DOWNLOAD_H
2 #define APT_PRIVATE_DOWNLOAD_H
3
4 class pkgAcquire;
5
6 bool CheckAuth(pkgAcquire& Fetcher, bool const PromptUser);
7 bool AcquireRun(pkgAcquire &Fetcher, int const PulseInterval, bool * const Failure, bool * const TransientNetworkFailure);
8
9 #endif