summaryrefslogtreecommitdiff
path: root/apt-private/private-show.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-private/private-show.h')
-rw-r--r--apt-private/private-show.h2
1 files changed, 2 insertions, 0 deletions
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