From 738ec4f4f97480526e7b782b46e47cbaef9618d6 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 10 Oct 2018 15:10:16 +0200 Subject: src: remove netlink_flush_chain() Signed-off-by: Pablo Neira Ayuso --- include/netlink.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/netlink.h') diff --git a/include/netlink.h b/include/netlink.h index e27d75ea..b7e2232f 100644 --- a/include/netlink.h +++ b/include/netlink.h @@ -108,7 +108,6 @@ extern struct rule *netlink_delinearize_rule(struct netlink_ctx *ctx, struct nftnl_rule *r); extern int netlink_list_chains(struct netlink_ctx *ctx, const struct handle *h); -extern int netlink_flush_chain(struct netlink_ctx *ctx, const struct cmd *cmd); extern struct chain *netlink_delinearize_chain(struct netlink_ctx *ctx, const struct nftnl_chain *nlc); -- cgit v1.2.3