]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-output.h
all errors should be printed to stderr
[apt.git] / apt-private / private-output.h
index 6f3a964d76124b09488d71873f9718d87b325d0a..e0dc9bf622042010a517d0f417d8eb76595deb0f 100644 (file)
@@ -23,8 +23,8 @@ APT_PUBLIC extern unsigned int ScreenWidth;
 APT_PUBLIC bool InitOutput();
 
 void ListSingleVersion(pkgCacheFile &CacheFile, pkgRecords &records,
-                       pkgCache::VerIterator V, std::ostream &out,
-                       bool include_summary=true);
+                       pkgCache::VerIterator const &V, std::ostream &out,
+                       std::string const &format);
 
 
 // helper to describe global state