]> git.saurik.com Git - apt.git/blob - apt-private/private-show.h
a15367e28e2c0c0484d4b1bf9b52a2b2f48abf63
[apt.git] / apt-private / private-show.h
1 #ifndef APT_PRIVATE_SHOW_H
2 #define APT_PRIVATE_SHOW_H
3
4 class CommandLine;
5
6 namespace APT {
7 namespace Cmd {
8
9 bool ShowPackage(CommandLine &CmdL);
10 }
11 }
12 #endif