cleanup headers and especially #includes everywhere
[ntk/apt.git] / apt-private / private-upgrade.h
CommitLineData
b9179170
MV
1#ifndef APTPRIVATE_PRIVATE_UPGRADE_H
2#define APTPRIVATE_PRIVATE_UPGRADE_H
3
453b82a3 4class CommandLine;
b9179170 5
5ca0cf51 6bool DoDistUpgrade(CommandLine &CmdL);
59e81cec 7bool DoUpgrade(CommandLine &CmdL);
b9179170
MV
8bool DoUpgradeNoNewPackages(CommandLine &CmdL);
9bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL);
10
b9179170 11#endif