]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-main.h
test: Avoid use of /proc/self/fd
[apt.git] / apt-private / private-main.h
index a03bf444145523c7dcc73c28b103a127e37fb724..0d60797edfe3b1b0ee4db691200a245494ca776c 100644 (file)
@@ -1,11 +1,16 @@
 #ifndef APT_PRIVATE_MAIN_H
 #define APT_PRIVATE_MAIN_H
 
+#include <apt-private/private-cmndline.h>
+
 #include <apt-pkg/macros.h>
 
 class CommandLine;
 
-APT_PUBLIC void CheckSimulateMode(CommandLine &CmdL);
+void InitLocale(APT_CMD const binary);
+APT_PUBLIC APT_DEPRECATED_MSG("Is a no-op now") void InitLocale();
 APT_PUBLIC void InitSignals();
+APT_PUBLIC void CheckIfSimulateMode(CommandLine &CmdL);
+APT_PUBLIC void CheckIfCalledByScript(int argc, const char *argv[]);
 
 #endif