]> git.saurik.com Git - apt.git/blame_incremental - apt-private/private-upgrade.h
Fix regression of "apt-cache unmet -i", thanks to Daniel Schepler (closes: #722324)
[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 DoUpgradeNoNewPackages(CommandLine &CmdL);
8bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL);
9
10
11#endif