From 851b6a097165af4d51c0db01b5e05256e5006896 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:00:48 +0200 Subject: Adding upstream version 2.6.1. Signed-off-by: Daniel Baumann --- apt-private/private-list.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apt-private/private-list.h (limited to 'apt-private/private-list.h') 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 + +class CommandLine; + +APT_PUBLIC bool DoList(CommandLine &Cmd); + + +#endif -- cgit v1.2.3