From 0a778f71f935900ff8a90a958f0e7da700d84f9f Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sun, 29 Nov 2015 15:49:55 +0100 Subject: move 'unmet' handling into libapt-private Git-Dch: Ignore --- apt-private/private-unmet.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apt-private/private-unmet.h (limited to 'apt-private/private-unmet.h') diff --git a/apt-private/private-unmet.h b/apt-private/private-unmet.h new file mode 100644 index 000000000..31c2c17f3 --- /dev/null +++ b/apt-private/private-unmet.h @@ -0,0 +1,10 @@ +#ifndef APT_PRIVATE_UNMET_H +#define APT_PRIVATE_UNMET_H + +#include + +class CommandLine; + +APT_PUBLIC bool UnMet(CommandLine &CmdL); + +#endif -- cgit v1.2.3