From 23e26e9e054f921a0c91379c628abb8126c42195 Mon Sep 17 00:00:00 2001 From: Tony Cheneau Date: Sat, 16 Mar 2013 00:23:18 -0400 Subject: Remove rtnl_link_free() declaration from the header file. Reason: there is no rtnl_link_free() definition anywhere in the code. Signed-off-by: Tony Cheneau Signed-off-by: Thomas Graf --- include/netlink/route/link.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/netlink/route/link.h b/include/netlink/route/link.h index dbde72f..321a80d 100644 --- a/include/netlink/route/link.h +++ b/include/netlink/route/link.h @@ -99,7 +99,6 @@ typedef enum { extern struct rtnl_link *rtnl_link_alloc(void); extern void rtnl_link_put(struct rtnl_link *); -extern void rtnl_link_free(struct rtnl_link *); extern int rtnl_link_alloc_cache(struct nl_sock *, int, struct nl_cache **); extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int); -- cgit v1.2.3