From 35ba5cfa4c092db6c7889756083169f2b259238e Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 24 Apr 2018 01:05:13 +0200 Subject: netlink: remove unused function declarations Signed-off-by: Pablo Neira Ayuso --- include/netlink.h | 4 ---- 1 file changed, 4 deletions(-) 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); -- cgit v1.2.3