]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-main.h
reimplement build-dep via apts normal resolver
[apt.git] / apt-private / private-main.h
index f9a95c4ecfdb9041e4ff73a3959b9692bd2c986b..db6d3e0b7011bfce1f76a4f44fb4d9fcc57c791e 100644 (file)
@@ -1,9 +1,13 @@
 #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 InitLocale();
+APT_PUBLIC void InitSignals();
+APT_PUBLIC void CheckIfSimulateMode(CommandLine &CmdL);
+APT_PUBLIC void CheckIfCalledByScript(int argc, const char *argv[]);
 
 #endif