]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-install.h
warn if apt-key is used in scripts/its output parsed
[apt.git] / apt-private / private-install.h
index 7a8cd551349cb732d10b66701abbd900f0e57083..6bb863f61d1486b4c12ae37619d602848a1552af 100644 (file)
@@ -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 {