]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-main.h
EDSP: bump protocol version to 0.5
[apt.git] / apt-private / private-main.h
index f9a95c4ecfdb9041e4ff73a3959b9692bd2c986b..a03bf444145523c7dcc73c28b103a127e37fb724 100644 (file)
@@ -1,9 +1,11 @@
 #ifndef APT_PRIVATE_MAIN_H
 #define APT_PRIVATE_MAIN_H
 
-#include <apt-pkg/cmndline.h>
+#include <apt-pkg/macros.h>
 
-void CheckSimulateMode(CommandLine &CmdL);
+class CommandLine;
 
+APT_PUBLIC void CheckSimulateMode(CommandLine &CmdL);
+APT_PUBLIC void InitSignals();
 
 #endif