blob: 4f91cf06026c8ae9915a7bf471a597af961eaece (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#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);
#endif
|