Merge remote-tracking branch 'mvo/debian/sid' into debian/sid
[ntk/apt.git] / apt-private / private-upgrade.h
1 #ifndef APTPRIVATE_PRIVATE_UPGRADE_H
2 #define APTPRIVATE_PRIVATE_UPGRADE_H
3
4 #include <apt-pkg/macros.h>
5
6 class CommandLine;
7
8 APT_PUBLIC bool DoDistUpgrade(CommandLine &CmdL);
9 APT_PUBLIC bool DoUpgrade(CommandLine &CmdL);
10 bool DoUpgradeNoNewPackages(CommandLine &CmdL);
11 bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL);
12
13 #endif