X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f6777222f82f6279c104138216b0e5e50d8caa67..08fcf9628806af202e555bd02b3611e4e9a3d757:/apt-private/private-install.h diff --git a/apt-private/private-install.h b/apt-private/private-install.h index 7a8cd5513..6bb863f61 100644 --- a/apt-private/private-install.h +++ b/apt-private/private-install.h @@ -26,6 +26,8 @@ bool DoCacheManipulationFromCommandLine(CommandLine &CmdL, CacheFile &Cache, int APT_PUBLIC bool InstallPackages(CacheFile &Cache,bool ShwKept,bool Ask = true, bool Safety = true); +bool CheckNothingBroken(CacheFile &Cache); +bool DoAutomaticRemove(CacheFile &Cache); // TryToInstall - Mark a package for installation /*{{{*/ struct TryToInstall {