]>
Commit | Line | Data |
---|---|---|
b9179170 MV |
1 | #ifndef APTPRIVATE_PRIVATE_UPGRADE_H |
2 | #define APTPRIVATE_PRIVATE_UPGRADE_H | |
3 | ||
453b82a3 | 4 | class CommandLine; |
b9179170 | 5 | |
5ca0cf51 | 6 | bool DoDistUpgrade(CommandLine &CmdL); |
59e81cec | 7 | bool DoUpgrade(CommandLine &CmdL); |
b9179170 MV |
8 | bool DoUpgradeNoNewPackages(CommandLine &CmdL); |
9 | bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL); | |
10 | ||
b9179170 | 11 | #endif |