diff options
Diffstat (limited to 'apt-private/private-show.h')
-rw-r--r-- | apt-private/private-show.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apt-private/private-show.h b/apt-private/private-show.h new file mode 100644 index 000000000..b428c7af0 --- /dev/null +++ b/apt-private/private-show.h @@ -0,0 +1,12 @@ +#ifndef APT_PRIVATE_SHOW_H +#define APT_PRIVATE_SHOW_H + +#include <apt-pkg/cmndline.h> + +namespace APT { + namespace Cmd { + + bool ShowPackage(CommandLine &CmdL); + } +} +#endif |