Fix function nfnl_ct_del name
This function is named nfnl_nl_del in lib/netfilter/ct.c, while it was declared nfnl_ct_delete in the header.
This commit is contained in:
parent
2d1626b320
commit
5f3dbf80d1
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ extern int nfnl_ct_add(struct nl_sock *, const struct nfnl_ct *, int);
|
|||
|
||||
extern int nfnl_ct_build_delete_request(const struct nfnl_ct *, int,
|
||||
struct nl_msg **);
|
||||
extern int nfnl_ct_delete(struct nl_sock *, const struct nfnl_ct *, int);
|
||||
extern int nfnl_ct_del(struct nl_sock *, const struct nfnl_ct *, int);
|
||||
|
||||
extern int nfnl_ct_build_query_request(const struct nfnl_ct *, int,
|
||||
struct nl_msg **);
|
||||
|
|
Loading…
Add table
Reference in a new issue