private-show.h 208 B

123456789101112131415
  1. #ifndef APT_PRIVATE_SHOW_H
  2. #define APT_PRIVATE_SHOW_H
  3. #include <apt-pkg/macros.h>
  4. class CommandLine;
  5. namespace APT {
  6. namespace Cmd {
  7. APT_PUBLIC bool ShowPackage(CommandLine &CmdL);
  8. }
  9. }
  10. #endif