From c02e80878979d2205f3d89d05548397871e598e9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 10 Feb 2009 10:40:15 +0100 Subject: libxtables: decouple non-xtables parts from header Signed-off-by: Jan Engelhardt --- include/iptables/internal.h.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/iptables/internal.h.in (limited to 'include/iptables') diff --git a/include/iptables/internal.h.in b/include/iptables/internal.h.in new file mode 100644 index 00000000..849e1722 --- /dev/null +++ b/include/iptables/internal.h.in @@ -0,0 +1,11 @@ +#ifndef IPTABLES_INTERNAL_H +#define IPTABLES_INTERNAL_H 1 + +#define IPTABLES_VERSION "@PACKAGE_VERSION@" + +/** + * Program's own name and version. + */ +extern const char *program_name, *program_version; + +#endif /* IPTABLES_INTERNAL_H */ -- cgit v1.2.3