diff options
Diffstat (limited to '')
-rw-r--r-- | apt-private/private-list.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apt-private/private-list.h b/apt-private/private-list.h new file mode 100644 index 0000000..aa26777 --- /dev/null +++ b/apt-private/private-list.h @@ -0,0 +1,11 @@ +#ifndef APT_PRIVATE_LIST_H +#define APT_PRIVATE_LIST_H + +#include <apt-pkg/macros.h> + +class CommandLine; + +APT_PUBLIC bool DoList(CommandLine &Cmd); + + +#endif |