diff options
Diffstat (limited to 'apt-private/private-download.h')
-rw-r--r-- | apt-private/private-download.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apt-private/private-download.h b/apt-private/private-download.h index 7df8f284a..587165166 100644 --- a/apt-private/private-download.h +++ b/apt-private/private-download.h @@ -27,4 +27,12 @@ public: aptAcquireWithTextStatus(); }; +class CommandLine; + +APT_PUBLIC bool DoDownload(CommandLine &CmdL); +APT_PUBLIC bool DoChangelog(CommandLine &CmdL); + +APT_PUBLIC bool DoClean(CommandLine &CmdL); +APT_PUBLIC bool DoAutoClean(CommandLine &CmdL); + #endif |