]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-main.h
pass Target/MetaIndexParser around into pkgAcqDiffIndex so that this can be used...
[apt.git] / apt-private / private-main.h
index 257c51a0b96d9fd1fc5761cd6f96f9243879d947..23d4aca688bbf63af02465f74e286aa415e98666 100644 (file)
@@ -1,8 +1,10 @@
 #ifndef APT_PRIVATE_MAIN_H
 #define APT_PRIVATE_MAIN_H
 
+#include <apt-pkg/macros.h>
+
 class CommandLine;
 
-void CheckSimulateMode(CommandLine &CmdL);
+APT_PUBLIC void CheckSimulateMode(CommandLine &CmdL);
 
 #endif