]> git.saurik.com Git - apt.git/blame - apt-private/private-upgrade.h
add PACKAGE_MATCHER_ABI_COMPAT mode for now so that this branch can be merged without...
[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
7bool DoUpgradeNoNewPackages(CommandLine &CmdL);
8bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL);
9
10
11#endif