15 lines
350 B
C++
15 lines
350 B
C++
#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 void InitSignals();
|
|
APT_PUBLIC void CheckIfSimulateMode(CommandLine &CmdL);
|
|
APT_PUBLIC void CheckIfCalledByScript(int argc, const char *argv[]);
|
|
|
|
#endif
|