diff options
author | Michael Vogt <mvo@debian.org> | 2013-08-27 08:50:06 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-08-27 08:50:06 +0200 |
commit | d8a8f9d7f01c75a7bbad7a488bf359a94291d1de (patch) | |
tree | 3ea935f0c9c442b0713128cd9cdf2209cfc2736d /apt-private/private-install.h | |
parent | be0270de5f676152e9315d858a2d68b1a61cc37c (diff) |
allow pkg manipulation in the upgrade/dist-upgrade commandline, e.g. apt-get dist-upgrade 2vcard- 4g8+
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); |