]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-main.h
test: use our special downloaded dir for 'source' result
[apt.git] / apt-private / private-main.h
index a03bf444145523c7dcc73c28b103a127e37fb724..db6d3e0b7011bfce1f76a4f44fb4d9fcc57c791e 100644 (file)
@@ -5,7 +5,9 @@
 
 class CommandLine;
 
-APT_PUBLIC 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