]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-main.h
edsp: ask policy engine for the pin of the version directly
[apt.git] / apt-private / private-main.h
index 257c51a0b96d9fd1fc5761cd6f96f9243879d947..db6d3e0b7011bfce1f76a4f44fb4d9fcc57c791e 100644 (file)
@@ -1,8 +1,13 @@
 #ifndef APT_PRIVATE_MAIN_H
 #define APT_PRIVATE_MAIN_H
 
+#include <apt-pkg/macros.h>
+
 class CommandLine;
 
-void CheckSimulateMode(CommandLine &CmdL);
+APT_PUBLIC void InitLocale();
+APT_PUBLIC void InitSignals();
+APT_PUBLIC void CheckIfSimulateMode(CommandLine &CmdL);
+APT_PUBLIC void CheckIfCalledByScript(int argc, const char *argv[]);
 
 #endif