From: Tony Cheneau Date: Sat, 16 Mar 2013 04:23:18 +0000 (-0400) Subject: Remove rtnl_link_free() declaration from the header file. X-Git-Tag: libnl3_2_22rc1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23e26e9e054f921a0c91379c628abb8126c42195;p=libnl 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 --- 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);