summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-multi.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2014-02-13 11:39:48 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2014-02-13 11:39:48 +0100
commit03091e55a0d949e35a723dadbd6fd0f78ddf3a8c (patch)
tree3ddb3b5d5813261bf8830a923a360ff50b3bb4b8 /iptables/xtables-multi.h
parent2e5babbfaddb267523c8450acf51c06f00f492c7 (diff)
parent1835790d7f7517f4c101e1c1f3df5519a6c228e7 (diff)
Merge branch 'nft-compat'
This merges the branch that contains the iptables over nftables compatibility layer into master.
Diffstat (limited to 'iptables/xtables-multi.h')
-rw-r--r--iptables/xtables-multi.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/iptables/xtables-multi.h b/iptables/xtables-multi.h
index 615724b1..e706894b 100644
--- a/iptables/xtables-multi.h
+++ b/iptables/xtables-multi.h
@@ -2,5 +2,16 @@
#define _XTABLES_MULTI_H 1
extern int iptables_xml_main(int, char **);
+#ifdef ENABLE_NFTABLES
+extern int xtables_ip4_main(int, char **);
+extern int xtables_ip4_save_main(int, char **);
+extern int xtables_ip4_restore_main(int, char **);
+extern int xtables_ip6_main(int, char **);
+extern int xtables_ip6_save_main(int, char **);
+extern int xtables_ip6_restore_main(int, char **);
+extern int xtables_arp_main(int, char **);
+extern int xtables_config_main(int, char **);
+extern int xtables_events_main(int, char **);
+#endif
#endif /* _XTABLES_MULTI_H */