]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
Fix function nfnl_ct_del name
authorLaurent Defert <ldefert@edenwall.com>
Thu, 20 Jan 2011 10:51:36 +0000 (11:51 +0100)
committerThomas Graf <tgraf@suug.ch>
Wed, 16 Mar 2011 12:11:50 +0000 (13:11 +0100)
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

index c4402b3b5e2562d5c4181085565bbb3ee63922b4..57fbe538f43e06077119a7306f1230744476ce7d 100644 (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 **);