blob: 359aeeb2819278fc1105529be5df99c6dde60f49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef APT_PRIVATE_SHOW_H
#define APT_PRIVATE_SHOW_H
#include <apt-pkg/macros.h>
class CommandLine;
namespace APT {
namespace Cmd {
APT_PUBLIC bool ShowPackage(CommandLine &CmdL);
}
}
#endif
|