diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-01-25 17:51:09 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-01-25 17:51:09 +0100 |
commit | e6732c96ffd9baaaa84dab763ff6e600bf6abc95 (patch) | |
tree | af3420b6540f7401c63ceb1994febeb5675463aa /include | |
parent | 61d976838ee0c3eeda295818ff44f44327b0596d (diff) | |
download | conntrack-tools-e6732c96ffd9baaaa84dab763ff6e600bf6abc95.tar.gz conntrack-tools-e6732c96ffd9baaaa84dab763ff6e600bf6abc95.zip |
cache: remove nl_exist_conntrack() function
This function is a synonimous of nl_get_conntrack(), use the get
function instead.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/netlink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netlink.h b/include/netlink.h index a8eb919..d8a4fef 100644 --- a/include/netlink.h +++ b/include/netlink.h @@ -16,7 +16,6 @@ int nl_send_resync(struct nfct_handle *h); void nl_resize_socket_buffer(struct nfct_handle *h); int nl_dump_conntrack_table(struct nfct_handle *h); int nl_flush_conntrack_table(struct nfct_handle *h); -int nl_exist_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct); int nl_get_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct); int nl_create_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct); int nl_update_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct); |