diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-24 23:07:10 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-24 23:07:10 +0100 |
commit | 3cfc6336251057cdebe5261addfe61bd89311335 (patch) | |
tree | 13e37426176bd1645ca035aa14cc4e463e73d56f /apt-private/private-output.h | |
parent | 48e48cbdc47a0b29ac1b9d2b7d4eef61be73d06d (diff) | |
parent | 17622532ce19a1bcebfebdfc9ec20a7e3df9dbff (diff) |
Merge remote-tracking branch 'mvo/feature/apt-show-nice' into debian/experimental-no-abi-break
Conflicts:
apt-private/private-cmndline.cc
Diffstat (limited to 'apt-private/private-output.h')
-rw-r--r-- | apt-private/private-output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/private-output.h b/apt-private/private-output.h index c3c76bb92..2a2a69458 100644 --- a/apt-private/private-output.h +++ b/apt-private/private-output.h @@ -28,7 +28,7 @@ void ListSingleVersion(pkgCacheFile &CacheFile, pkgRecords &records, 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); |