summaryrefslogtreecommitdiff
path: root/apt-private/private-install.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-08-28 09:15:26 +0200
committerMichael Vogt <mvo@debian.org>2013-08-28 09:15:26 +0200
commit45dc05ff2f51612945232dac469ac1c6926d4019 (patch)
tree0fa9bbc55e5b07f19beef083c8b21390679f368a /apt-private/private-install.h
parent7e7cf2734543ee32401c0308e582406d2c9a28ec (diff)
parentd8a8f9d7f01c75a7bbad7a488bf359a94291d1de (diff)
Merge remote-tracking branch 'mvo/feature/upgrade-with-cmdline' into debian/sid
Diffstat (limited to 'apt-private/private-install.h')
-rw-r--r--apt-private/private-install.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apt-private/private-install.h b/apt-private/private-install.h
index fcf4cbced..439c89712 100644
--- a/apt-private/private-install.h
+++ b/apt-private/private-install.h
@@ -14,6 +14,9 @@
bool DoInstall(CommandLine &Cmd);
+bool DoCacheManipulationFromCommandLine(CommandLine &CmdL, CacheFile &Cache,
+ std::map<unsigned short, APT::VersionSet> &verset);
+bool DoCacheManipulationFromCommandLine(CommandLine &CmdL, CacheFile &Cache);
bool InstallPackages(CacheFile &Cache,bool ShwKept,bool Ask = true,
bool Safety = true);