]>
Commit | Line | Data |
---|---|---|
1 | #ifndef APT_PRIVATE_MAIN_H | |
2 | #define APT_PRIVATE_MAIN_H | |
3 | ||
4 | #include <apt-private/private-cmndline.h> | |
5 | ||
6 | #include <apt-pkg/macros.h> | |
7 | ||
8 | class CommandLine; | |
9 | ||
10 | void InitLocale(APT_CMD const binary); | |
11 | APT_PUBLIC APT_DEPRECATED_MSG("Is a no-op now") void InitLocale(); | |
12 | APT_PUBLIC void InitSignals(); | |
13 | APT_PUBLIC void CheckIfSimulateMode(CommandLine &CmdL); | |
14 | APT_PUBLIC void CheckIfCalledByScript(int argc, const char *argv[]); | |
15 | ||
16 | #endif |