diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-06-18 20:23:53 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-06-18 20:23:53 +0200 |
commit | bc5095b7d708c7e376f98be6edc2ad7cceca57ed (patch) | |
tree | 8b45f6fc974330f964bad3684ac85550480fb66b /apt-private/private-output.h | |
parent | 456821f91483f45b3ceb156f54ccc27983b71595 (diff) | |
parent | 51da0c3587c9d36a3c04b3e28b99d8331a29b230 (diff) |
Merge remote-tracking branch 'upstream/debian/sid' into debian/sid
Diffstat (limited to 'apt-private/private-output.h')
-rw-r--r-- | apt-private/private-output.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-private/private-output.h b/apt-private/private-output.h index 9633d0c37..6f3a964d7 100644 --- a/apt-private/private-output.h +++ b/apt-private/private-output.h @@ -28,7 +28,8 @@ void ListSingleVersion(pkgCacheFile &CacheFile, pkgRecords &records, // helper to describe global state -APT_PUBLIC void ShowBroken(std::ostream &out,CacheFile &Cache,bool Now); +APT_PUBLIC void ShowBroken(std::ostream &out, CacheFile &Cache, bool const Now); +APT_PUBLIC void ShowBroken(std::ostream &out, pkgCacheFile &Cache, bool const Now); APT_PUBLIC bool ShowList(std::ostream &out, std::string Title, std::string List, std::string VersionsList); |