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