]>
git.saurik.com Git - apt.git/blob - apt-private/private-upgrade.h
1 #ifndef APTPRIVATE_PRIVATE_UPGRADE_H
2 #define APTPRIVATE_PRIVATE_UPGRADE_H
4 #include <apt-pkg/cmndline.h>
7 bool DoDistUpgrade(CommandLine
&CmdL
);
8 bool DoUpgrade(CommandLine
&CmdL
);
9 bool DoUpgradeNoNewPackages(CommandLine
&CmdL
);
10 bool DoUpgradeWithAllowNewPackages(CommandLine
&CmdL
);