diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-09-02 14:32:48 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-09-07 19:27:10 +0200 |
commit | 1a68655de92fd036ebc7c920bc2e5e88c54eb34e (patch) | |
tree | 5f93ec94a16b0c1997f6f2b219045ff5093464b9 /apt-private/private-output.h | |
parent | 2409df55f65c4937ceda21ba069eec769af9e460 (diff) |
implement --full in apt search
Diffstat (limited to 'apt-private/private-output.h')
-rw-r--r-- | apt-private/private-output.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-private/private-output.h b/apt-private/private-output.h index 6f3a964d7..e0dc9bf62 100644 --- a/apt-private/private-output.h +++ b/apt-private/private-output.h @@ -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 |