summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-05-13 19:11:59 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2019-05-14 13:57:25 +0200
commitb02b07e61e72984d6c3fcc43d652647802368dd7 (patch)
tree6d791cd681a2a4d2d7e0606da43d9ef169c7dc9b /include
parent05123215d4825d25f6069addab5de23067b2ccf7 (diff)
include: Remove redundant declaration of nftnl_gen_nlmsg_parse()
The duplicated declaration was there since the functions initial introduction as 'nft_gen_nlmsg_parse()'. Fixes: 2e66fb09d6936 ("src: add ruleset generation class") Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r--include/libnftnl/gen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libnftnl/gen.h b/include/libnftnl/gen.h
index b55bded..c56a63c 100644
--- a/include/libnftnl/gen.h
+++ b/include/libnftnl/gen.h
@@ -42,7 +42,6 @@ int nftnl_gen_snprintf(char *buf, size_t size, const struct nftnl_gen *gen, uint
int nftnl_gen_fprintf(FILE *fp, const struct nftnl_gen *gen, uint32_t type, uint32_t flags);
#define nftnl_gen_nlmsg_build_hdr nftnl_nlmsg_build_hdr
-int nftnl_gen_nlmsg_parse(const struct nlmsghdr *nlh, struct nftnl_gen *gen);
#ifdef __cplusplus
} /* extern "C" */