summaryrefslogtreecommitdiff
path: root/apt-private/private-upgrade.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-10-05 11:54:08 +0200
committerMichael Vogt <mvo@debian.org>2013-10-05 11:54:08 +0200
commit5ca0cf51194422fb0f094bbf5e61e9f5eb57f013 (patch)
treedb5ab686a7adfcc2bcc0ca48a070d8ce87dacb69 /apt-private/private-upgrade.h
parentfacea693b2078327b59502e663c238c50118e96a (diff)
cleanup upgrade API some more (thanks for the feedback from David)
Diffstat (limited to 'apt-private/private-upgrade.h')
-rw-r--r--apt-private/private-upgrade.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-private/private-upgrade.h b/apt-private/private-upgrade.h
index 6ede6f96c..050d3a668 100644
--- a/apt-private/private-upgrade.h
+++ b/apt-private/private-upgrade.h
@@ -4,6 +4,7 @@
#include <apt-pkg/cmndline.h>
+bool DoDistUpgrade(CommandLine &CmdL);
bool DoUpgradeNoNewPackages(CommandLine &CmdL);
bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL);