]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-show.h
edsp: ask policy engine for the pin of the version directly
[apt.git] / apt-private / private-show.h
index b38c65f2f3713c237aa1d68181888c0438b25a85..80871b8178fb580cf88c5926a10eef2d67571c74 100644 (file)
@@ -11,5 +11,7 @@ class pkgCacheFile;
 
 APT_PUBLIC bool ShowPackage(CommandLine &CmdL);
 APT_PUBLIC bool DisplayRecordV1(pkgCacheFile &CacheFile, pkgCache::VerIterator const &V, std::ostream &out);
+APT_PUBLIC bool ShowSrcPackage(CommandLine &CmdL);
+APT_PUBLIC bool Policy(CommandLine &CmdL);
 
 #endif