summaryrefslogtreecommitdiff
path: root/apt-private/private-main.h
blob: 257c51a0b96d9fd1fc5761cd6f96f9243879d947 (plain)
1
2
3
4
5
6
7
8
#ifndef APT_PRIVATE_MAIN_H
#define APT_PRIVATE_MAIN_H

class CommandLine;

void CheckSimulateMode(CommandLine &CmdL);

#endif