浏览代码

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: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Taehee Yoo 8 年之前
父节点
当前提交
166327d79d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      net/netfilter/nf_internals.h

+ 0 - 1
net/netfilter/nf_internals.h

@@ -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);