]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-show.h
centralize 'show' implementation of apt and apt-cache
[apt.git] / apt-private / private-show.h
index 359aeeb2819278fc1105529be5df99c6dde60f49..b38c65f2f3713c237aa1d68181888c0438b25a85 100644 (file)
@@ -1,14 +1,15 @@
 #ifndef APT_PRIVATE_SHOW_H
 #define APT_PRIVATE_SHOW_H
 
+#include <apt-pkg/pkgcache.h>
 #include <apt-pkg/macros.h>
 
+#include <iostream>
+
 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 ShowPackage(CommandLine &CmdL);
-   }
-}
 #endif