summaryrefslogtreecommitdiff
path: root/apt-private/private-upgrade.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-private/private-upgrade.h')
-rw-r--r--apt-private/private-upgrade.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/apt-private/private-upgrade.h b/apt-private/private-upgrade.h
new file mode 100644
index 000000000..6ede6f96c
--- /dev/null
+++ b/apt-private/private-upgrade.h
@@ -0,0 +1,11 @@
+#ifndef APTPRIVATE_PRIVATE_UPGRADE_H
+#define APTPRIVATE_PRIVATE_UPGRADE_H
+
+#include <apt-pkg/cmndline.h>
+
+
+bool DoUpgradeNoNewPackages(CommandLine &CmdL);
+bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL);
+
+
+#endif