From 549a391d6438e828001eeeaf235b080c054a7bf3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 08:14:41 +0200 Subject: Adding upstream version 2.2.4. Signed-off-by: Daniel Baumann --- apt-private/private-moo.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apt-private/private-moo.h (limited to 'apt-private/private-moo.h') diff --git a/apt-private/private-moo.h b/apt-private/private-moo.h new file mode 100644 index 0000000..c230ce2 --- /dev/null +++ b/apt-private/private-moo.h @@ -0,0 +1,10 @@ +#ifndef APT_PRIVATE_MOO_H +#define APT_PRIVATE_MOO_H + +#include + +class CommandLine; + +APT_PUBLIC bool DoMoo(CommandLine &CmdL); + +#endif -- cgit v1.2.3