X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2b0660b537581e9e65180e4cf1a94d763fd66847..cd46d4ebd33e74ee53bbc73dcdb7fe1d4d006558:/apt-private/private-download.h 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