diff options
author | Michael Vogt <mvo@debian.org> | 2013-08-28 09:15:26 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-08-28 09:15:26 +0200 |
commit | 45dc05ff2f51612945232dac469ac1c6926d4019 (patch) | |
tree | 0fa9bbc55e5b07f19beef083c8b21390679f368a /apt-private/private-install.h | |
parent | 7e7cf2734543ee32401c0308e582406d2c9a28ec (diff) | |
parent | d8a8f9d7f01c75a7bbad7a488bf359a94291d1de (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.h | 3 |
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); |