X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/501cd23e1e85e59d18e883496a0d7f7576778054..cd46d4ebd33e74ee53bbc73dcdb7fe1d4d006558:/apt-private/private-show.h diff --git a/apt-private/private-show.h b/apt-private/private-show.h index b38c65f2f..80871b817 100644 --- a/apt-private/private-show.h +++ b/apt-private/private-show.h @@ -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