summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iptables/nft.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/iptables/nft.h b/iptables/nft.h
index 1bd9ccce..00216681 100644
--- a/iptables/nft.h
+++ b/iptables/nft.h
@@ -62,4 +62,7 @@ int nft_compatible_revision(const char *name, uint8_t rev, int opt);
*/
const char *nft_strerror(int err);
+/* For xtables.c */
+int do_commandx(struct nft_handle *h, int argc, char *argv[], char **table);
+
#endif