summaryrefslogtreecommitdiff
path: root/apt-private/private-output.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-11-28 19:45:58 +0100
committerMichael Vogt <mvo@debian.org>2013-11-28 19:45:58 +0100
commit83ef59c23699ed3cd3dc9d6d907a0d0359ab2fee (patch)
tree7862d1a16c3a445da31c53c1565c79704b8462d0 /apt-private/private-output.h
parentc872ac503156caff9d0e33306c4121dd667a6567 (diff)
parente1dc051a11c2860abebf626df0470a5feb03677a (diff)
Merge remote-tracking branch 'mvo/feature/short-list' into debian/sid
Diffstat (limited to 'apt-private/private-output.h')
-rw-r--r--apt-private/private-output.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-private/private-output.h b/apt-private/private-output.h
index 9283e39ab..c3c76bb92 100644
--- a/apt-private/private-output.h
+++ b/apt-private/private-output.h
@@ -24,7 +24,8 @@ 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);