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:
Laurent Defert 2011-01-20 11:51:36 +01:00 committed by Thomas Graf
parent 2d1626b320
commit 5f3dbf80d1

View file

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