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