blob: a03bf444145523c7dcc73c28b103a127e37fb724 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef APT_PRIVATE_MAIN_H
#define APT_PRIVATE_MAIN_H
#include <apt-pkg/macros.h>
class CommandLine;
APT_PUBLIC void CheckSimulateMode(CommandLine &CmdL);
APT_PUBLIC void InitSignals();
#endif
|