|
@@ -16,6 +16,5 @@ struct nf_acct;
|
|
|
struct nf_acct *nfnl_acct_find_get(struct net *net, const char *filter_name);
|
|
|
void nfnl_acct_put(struct nf_acct *acct);
|
|
|
void nfnl_acct_update(const struct sk_buff *skb, struct nf_acct *nfacct);
|
|
|
-int nfnl_acct_overquota(struct net *net, const struct sk_buff *skb,
|
|
|
- struct nf_acct *nfacct);
|
|
|
+int nfnl_acct_overquota(struct net *net, struct nf_acct *nfacct);
|
|
|
#endif /* _NFNL_ACCT_H */
|