From a55d1d6cc724944ec877fbbb0e8f711f32d6082a Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 13 Oct 2011 10:57:35 +0200 Subject: doc: fix missing nfct_copy function not included in doxygen report This closes netfilter bugzilla #754: http://bugzilla.netfilter.org/show_bug.cgi?id=754 Reported-by: Signed-off-by: Pablo Neira Ayuso --- src/conntrack/api.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/conntrack/api.c b/src/conntrack/api.c index a6f1089..a13bfc0 100644 --- a/src/conntrack/api.c +++ b/src/conntrack/api.c @@ -1016,10 +1016,6 @@ int nfct_snprintf(char *buf, return __snprintf_conntrack(buf, size, ct, msg_type, out_type, flags); } -/** - * @} - */ - /** * nfct_compare - compare two conntrack objects * \param ct1 pointer to a valid conntrack object -- cgit v1.2.3