fix and non-silent fail dpkg-overwrite error test
[ntk/apt.git] / apt-private / private-upgrade.h
CommitLineData
b9179170
MV
1#ifndef APTPRIVATE_PRIVATE_UPGRADE_H
2#define APTPRIVATE_PRIVATE_UPGRADE_H
3
63ff4208
DK
4#include <apt-pkg/macros.h>
5
453b82a3 6class CommandLine;
b9179170 7
63ff4208
DK
8APT_PUBLIC bool DoDistUpgrade(CommandLine &CmdL);
9APT_PUBLIC bool DoUpgrade(CommandLine &CmdL);
b9179170
MV
10bool DoUpgradeNoNewPackages(CommandLine &CmdL);
11bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL);
12
b9179170 13#endif