summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Defert <ldefert@edenwall.com>2011-01-20 11:51:36 +0100
committerThomas Graf <tgraf@suug.ch>2011-03-16 13:11:50 +0100
commit5f3dbf80d1ee8f0950aa2ee6e5fbd06f307a5bee (patch)
tree1e8dbcd377b3ac1b40523612f97ec9c4ca49367d
parent2d1626b3205d16589b0bfa1209a091eedafeb877 (diff)
downloadlibnl-5f3dbf80d1ee8f0950aa2ee6e5fbd06f307a5bee.tar.gz
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.
-rw-r--r--include/netlink/netfilter/ct.h2
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 **);