summaryrefslogtreecommitdiffstats
path: root/iptables/nft.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2018-04-24 16:42:42 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-04-24 16:42:42 +0200
commit7a37d1407e4446e7e84ec038bf4d2d3dac9f2138 (patch)
treec1982b8b1fc7be996babe7e238d63edd9d2ab03d /iptables/nft.h
parenta3aac1dd49f4604226c40968457e378e50b9784a (diff)
iptables-compat: statify nft_restart()
This function is only used from iptables/nft.c. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'iptables/nft.h')
-rw-r--r--iptables/nft.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/iptables/nft.h b/iptables/nft.h
index e7225581..310cedec 100644
--- a/iptables/nft.h
+++ b/iptables/nft.h
@@ -49,7 +49,6 @@ int mnl_talk(struct nft_handle *h, struct nlmsghdr *nlh,
void *data);
int nft_init(struct nft_handle *h, struct builtin_table *t);
void nft_fini(struct nft_handle *h);
-int nft_restart(struct nft_handle *h);
/*
* Operations with tables.