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