summaryrefslogtreecommitdiffstats
path: root/iptables/nft-arp.h
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2018-07-19 18:31:59 +0200
committerFlorian Westphal <fw@strlen.de>2018-07-19 23:06:40 +0200
commit26877940415158bbba33c944d25af1c37f9d1452 (patch)
treeeffe8b3be56d1491335179a2ccf607bb04d944b8 /iptables/nft-arp.h
parent1bf73c4227459393029ab7b124ba74fe853d9413 (diff)
xtables: arp: make rule_to_cs callback private
Since it is not directly called from outside of nft-arp.c anymore, make it private and reduce the overlong name it had. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables/nft-arp.h')
-rw-r--r--iptables/nft-arp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/iptables/nft-arp.h b/iptables/nft-arp.h
index e33bb748..da6bd380 100644
--- a/iptables/nft-arp.h
+++ b/iptables/nft-arp.h
@@ -4,7 +4,4 @@
extern char *opcodes[];
#define NUMOPCODES 9
-void nft_rule_to_arptables_command_state(const struct nftnl_rule *r,
- struct iptables_command_state *cs);
-
#endif