]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-output.h
include "Archive-Origin" in the apt show output
[apt.git] / apt-private / private-output.h
index 9283e39aba3fc701d028d42b4435d912b8b8da02..ba04ee2215214b6e97b27f9bbbfbe32d477d0713 100644 (file)
@@ -24,10 +24,11 @@ extern unsigned int ScreenWidth;
 
 bool InitOutput();
 void ListSingleVersion(pkgCacheFile &CacheFile, pkgRecords &records, 
-                       pkgCache::VerIterator V, std::ostream &out);
-
+                       pkgCache::VerIterator V, std::ostream &out,
+                       bool include_summary=true);
 
 
+// helper to describe global state
 bool ShowList(std::ostream &out, std::string Title, std::string List,
               std::string VersionsList);
 void ShowBroken(std::ostream &out,CacheFile &Cache,bool Now);
@@ -42,6 +43,10 @@ bool ShowEssential(std::ostream &out,CacheFile &Cache);
 
 void Stats(std::ostream &out, pkgDepCache &Dep);
 
+// helpers to display single package data
+std::string
+GetArchiveSuite(pkgCacheFile &CacheFile, pkgCache::VerIterator ver);
+
 // prompting
 bool YnPrompt(bool Default=true);
 bool AnalPrompt(const char *Text);