X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/63ff42089863cda53aee240ea0124106e8b4d983..14bed2c0108a99d68f453ff61273d5ae59a5c3f0:/apt-private/private-show.h diff --git a/apt-private/private-show.h b/apt-private/private-show.h index 359aeeb28..80871b817 100644 --- a/apt-private/private-show.h +++ b/apt-private/private-show.h @@ -1,14 +1,17 @@ #ifndef APT_PRIVATE_SHOW_H #define APT_PRIVATE_SHOW_H +#include #include +#include + class CommandLine; +class pkgCacheFile; -namespace APT { - namespace Cmd { +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); - APT_PUBLIC bool ShowPackage(CommandLine &CmdL); - } -} #endif