From 617d3d140f4739558dce2ef8ed01aef251cf5487 Mon Sep 17 00:00:00 2001 From: Jamal Hadi Salim Date: Wed, 11 Feb 2009 16:28:31 -0500 Subject: libxtables: set names of programs Set proper name of application. Signed-off-by: Jamal Hadi Salim --- include/iptables.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/iptables.h') diff --git a/include/iptables.h b/include/iptables.h index f0aa3455..84211c32 100644 --- a/include/iptables.h +++ b/include/iptables.h @@ -26,4 +26,6 @@ extern void get_kernel_version(void); #define LINUX_VERSION_MINOR(x) (((x)>> 8) & 0xFF) #define LINUX_VERSION_PATCH(x) ( (x) & 0xFF) +extern struct xtables_globals iptables_globals; + #endif /*_IPTABLES_USER_H*/ -- cgit v1.2.3