#ifndef APT_PRIVATE_MAIN_H
#define APT_PRIVATE_MAIN_H

class CommandLine;

void CheckSimulateMode(CommandLine &CmdL);

#endif