]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-upgrade.h
warning: cast from type A to type B casts away qualifiers [-Wcast-qual]
[apt.git] / apt-private / private-upgrade.h
index 6ede6f96caa78b53674d54411ae0d080b4186cc1..5efc66bf7b9884eb74ad480599e3e5fa47147421 100644 (file)
@@ -4,6 +4,8 @@
 #include <apt-pkg/cmndline.h>
 
 
+bool DoDistUpgrade(CommandLine &CmdL);
+bool DoUpgrade(CommandLine &CmdL);
 bool DoUpgradeNoNewPackages(CommandLine &CmdL);
 bool DoUpgradeWithAllowNewPackages(CommandLine &CmdL);