]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-download.h
ensure FileFd doesn't try to open /dev/null as atomic and co
[apt.git] / apt-private / private-download.h
index 7df8f284a1803d46de35e01bea517dc639dbe27b..5871651662ff4515bd4696bac35efdcf23b16095 100644 (file)
@@ -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