summaryrefslogtreecommitdiff
path: root/apt-private/private-upgrade.h
blob: 64c4c087466eae1df03ac481d3272aeeb20c0de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef APTPRIVATE_PRIVATE_UPGRADE_H
#define APTPRIVATE_PRIVATE_UPGRADE_H

class CommandLine;

bool DoDistUpgrade(CommandLine &CmdL);
bool DoUpgrade(CommandLine &CmdL);
bool DoUpgradeNoNewPackages(CommandLine &CmdL);
bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL);

#endif