Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 166327d7 authored by Taehee Yoo's avatar Taehee Yoo Committed by Pablo Neira Ayuso
Browse files

netfilter: remove prototype of netfilter_queue_init



The netfilter_queue_init() has been removed.
so we can remove the prototype of that.

Signed-off-by: default avatarTaehee Yoo <ap420073@gmail.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent a2acc543
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -15,7 +15,6 @@
int nf_queue(struct sk_buff *skb, struct nf_hook_state *state,
int nf_queue(struct sk_buff *skb, struct nf_hook_state *state,
	     struct nf_hook_entry **entryp, unsigned int verdict);
	     struct nf_hook_entry **entryp, unsigned int verdict);
unsigned int nf_queue_nf_hook_drop(struct net *net);
unsigned int nf_queue_nf_hook_drop(struct net *net);
int __init netfilter_queue_init(void);


/* nf_log.c */
/* nf_log.c */
int __init netfilter_log_init(void);
int __init netfilter_log_init(void);