diff options
Diffstat (limited to 'apt-private/private-main.h')
-rw-r--r-- | apt-private/private-main.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/apt-private/private-main.h b/apt-private/private-main.h new file mode 100644 index 000000000..0d60797ed --- /dev/null +++ b/apt-private/private-main.h @@ -0,0 +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; + +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 |