[PATCH] Fix function nfnl_ct_del name
Laurent Defert
ldefert at edenwall.com
Thu Jan 20 05:51:36 EST 2011
This function is named nfnl_nl_del in lib/netfilter/ct.c, while it was
declared nfnl_ct_delete in the header.
---
include/netlink/netfilter/ct.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/netlink/netfilter/ct.h b/include/netlink/netfilter/ct.h
index c4402b3..57fbe53 100644
--- a/include/netlink/netfilter/ct.h
+++ b/include/netlink/netfilter/ct.h
@@ -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 **);
--
1.5.6.5
More information about the libnl
mailing list