X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f49d103adc47c5c34f4ca852605ee55710e486b9..9e3142e16c2ccb4b51f5a8122f5a8e8c0fab9f9a:/apt-private/private-output.h diff --git a/apt-private/private-output.h b/apt-private/private-output.h index 9283e39ab..2a2a69458 100644 --- a/apt-private/private-output.h +++ b/apt-private/private-output.h @@ -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);