From: Pablo Neira Ayuso Date: Mon, 23 Apr 2018 23:05:13 +0000 (+0200) Subject: netlink: remove unused function declarations X-Git-Tag: v0.8.4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35ba5cfa4c092db6c7889756083169f2b259238e;p=thirdparty%2Fnftables.git netlink: remove unused function declarations Signed-off-by: Pablo Neira Ayuso --- diff --git a/include/netlink.h b/include/netlink.h index 58b37d3c..92bae138 100644 --- a/include/netlink.h +++ b/include/netlink.h @@ -110,10 +110,6 @@ extern void netlink_linearize_rule(struct netlink_ctx *ctx, extern struct rule *netlink_delinearize_rule(struct netlink_ctx *ctx, struct nftnl_rule *r); -extern int netlink_add_rule(struct netlink_ctx *ctx, const struct handle *h, - const struct rule *rule, uint32_t flags); -extern int netlink_delete_rule(struct netlink_ctx *ctx, const struct handle *h, - const struct location *loc); extern int netlink_add_rule_batch(struct netlink_ctx *ctx, const struct cmd *cmd, uint32_t flags);