Ensure we have a Policy in CacheFile.BuildDepCache()
[ntk/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/macros.h>
5
6class CommandLine;
7
8APT_PUBLIC bool DoDistUpgrade(CommandLine &CmdL);
9APT_PUBLIC bool DoUpgrade(CommandLine &CmdL);
10bool DoUpgradeNoNewPackages(CommandLine &CmdL);
11bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL);
12
13#endif