From 4598ed7d3e22d74ffaad7948ddc3455ac9aa7576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20=C5=BBenczykowski?= Date: Mon, 6 Jun 2011 18:27:09 -0700 Subject: xtables-multi: fix absence of xml translator in IPv6-only builds Commit v1.4.11-4-gde791ff did not actually build the iptables-xml code into the xtables-multi binary. Signed-off-by: Maciej Zenczykowski Signed-off-by: Jan Engelhardt --- xtables-multi.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 xtables-multi.h (limited to 'xtables-multi.h') diff --git a/xtables-multi.h b/xtables-multi.h new file mode 100644 index 00000000..615724b1 --- /dev/null +++ b/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