summaryrefslogtreecommitdiffstats
path: root/iptables-multi.h
diff options
context:
space:
mode:
authorMaciej Żenczykowski <zenczykowski@gmail.com>2011-06-06 18:27:09 -0700
committerJan Engelhardt <jengelh@medozas.de>2011-06-07 11:29:01 +0200
commit4598ed7d3e22d74ffaad7948ddc3455ac9aa7576 (patch)
tree8f23adfa0cb248615ac49c8e6e49a68791303050 /iptables-multi.h
parenta1cd1f2a4a35427c68cd0d1bd2761d5be42b12b1 (diff)
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 <maze@google.com> Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'iptables-multi.h')
-rw-r--r--iptables-multi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/iptables-multi.h b/iptables-multi.h
index a9912b04..a2bb8784 100644
--- a/iptables-multi.h
+++ b/iptables-multi.h
@@ -4,6 +4,5 @@
extern int iptables_main(int, char **);
extern int iptables_save_main(int, char **);
extern int iptables_restore_main(int, char **);
-extern int iptables_xml_main(int, char **);
#endif /* _IPTABLES_MULTI_H */