]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-output.h
warn if apt-key is run unconditionally in maintainerscript
[apt.git] / apt-private / private-output.h
index 4930fd981d58f89dcf765d20214a70754ad72b51..8e4b50ed11bba7d231b6cb48627c6dd7fc55f980 100644 (file)
@@ -34,7 +34,7 @@ void ListSingleVersion(pkgCacheFile &CacheFile, pkgRecords &records,
 APT_PUBLIC void ShowBroken(std::ostream &out, CacheFile &Cache, bool const Now);
 APT_PUBLIC void ShowBroken(std::ostream &out, pkgCacheFile &Cache, bool const Now);
 
-template<class Container, class PredicateC, class DisplayP, class DisplayV> APT_PUBLIC bool ShowList(std::ostream &out, std::string const &Title,
+template<class Container, class PredicateC, class DisplayP, class DisplayV> bool ShowList(std::ostream &out, std::string const &Title,
       Container const &cont,
       PredicateC Predicate,
       DisplayP PkgDisplay,