]>
Commit | Line | Data |
---|---|---|
b9179170 MV |
1 | #ifndef APTPRIVATE_PRIVATE_UPGRADE_H |
2 | #define APTPRIVATE_PRIVATE_UPGRADE_H | |
3 | ||
4 | #include <apt-pkg/cmndline.h> | |
5 | ||
6 | ||
5ca0cf51 | 7 | bool DoDistUpgrade(CommandLine &CmdL); |
59e81cec | 8 | bool DoUpgrade(CommandLine &CmdL); |
b9179170 MV |
9 | bool DoUpgradeNoNewPackages(CommandLine &CmdL); |
10 | bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL); | |
11 | ||
12 | ||
13 | #endif |