]>
Commit | Line | Data |
---|---|---|
b9179170 MV |
1 | #ifndef APT_PRIVATE_MAIN_H |
2 | #define APT_PRIVATE_MAIN_H | |
3 | ||
63ff4208 DK |
4 | #include <apt-pkg/macros.h> |
5 | ||
453b82a3 | 6 | class CommandLine; |
b9179170 | 7 | |
63ff4208 | 8 | APT_PUBLIC void CheckSimulateMode(CommandLine &CmdL); |
3163087b | 9 | APT_PUBLIC void InitSignals(); |
b9179170 | 10 | |
b9179170 | 11 | #endif |