]> git.saurik.com Git - apt.git/blame - apt-private/private-upgrade.h
Merge remote-tracking branch 'mvo/bugfix/multiarch-upgrade' into debian/sid
[apt.git] / apt-private / private-upgrade.h
CommitLineData
b9179170
MV
1#ifndef APTPRIVATE_PRIVATE_UPGRADE_H
2#define APTPRIVATE_PRIVATE_UPGRADE_H
3
4#include <apt-pkg/cmndline.h>
5
6
5ca0cf51 7bool DoDistUpgrade(CommandLine &CmdL);
59e81cec 8bool DoUpgrade(CommandLine &CmdL);
b9179170
MV
9bool DoUpgradeNoNewPackages(CommandLine &CmdL);
10bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL);
11
12
13#endif