From 033e25a3ad215ee3f5a07f0a3315f74c4abfaced Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 7 Jun 2011 14:02:37 +0200 Subject: src: move all iptables pieces into a separate directory (Unclutter top-level dir) Signed-off-by: Jan Engelhardt --- iptables/xtables-multi.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 iptables/xtables-multi.h (limited to 'iptables/xtables-multi.h') diff --git a/iptables/xtables-multi.h b/iptables/xtables-multi.h new file mode 100644 index 00000000..615724b1 --- /dev/null +++ b/iptables/xtables-multi.h @@ -0,0 +1,6 @@ +#ifndef _XTABLES_MULTI_H +#define _XTABLES_MULTI_H 1 + +extern int iptables_xml_main(int, char **); + +#endif /* _XTABLES_MULTI_H */ -- cgit v1.2.3