]> git.saurik.com Git - apt.git/blob - apt-private/private-upgrade.h
Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid
[apt.git] / apt-private / private-upgrade.h
1 #ifndef APTPRIVATE_PRIVATE_UPGRADE_H
2 #define APTPRIVATE_PRIVATE_UPGRADE_H
3
4 #include <apt-pkg/cmndline.h>
5
6
7 bool DoUpgradeNoNewPackages(CommandLine &CmdL);
8 bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL);
9
10
11 #endif