Merge branch 'feature/edit-sources' into debian/sid
[ntk/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);
b9179170
MV
8bool DoUpgradeNoNewPackages(CommandLine &CmdL);
9bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL);
10
11
12#endif