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/xtables/internal.h.in | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 include/xtables/internal.h.in (limited to 'include/xtables/internal.h.in') diff --git a/include/xtables/internal.h.in b/include/xtables/internal.h.in deleted file mode 100644 index 5e34694a..00000000 --- a/include/xtables/internal.h.in +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef _XTABLES_INTERNAL_H -#define _XTABLES_INTERNAL_H 1 - -#define IPTABLES_VERSION "@PACKAGE_VERSION@" - -/** - * Program's own name and version. - */ -extern const char *program_name, *program_version; - -extern void _init(void); - -#endif /* _XTABLES_INTERNAL_H */ -- cgit v1.2.3