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