]> granicus.if.org Git - libnl/commitdiff
Remove rtnl_link_free() declaration from the header file.
authorTony Cheneau <tony.cheneau@amnesiak.org>
Sat, 16 Mar 2013 04:23:18 +0000 (00:23 -0400)
committerThomas Graf <tgraf@suug.ch>
Sun, 17 Mar 2013 16:31:53 +0000 (17:31 +0100)
Reason: there is no rtnl_link_free() definition anywhere in the code.

Signed-off-by: Tony Cheneau <tony.cheneau@amnesiak.org>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
include/netlink/route/link.h

index dbde72f39218f92b2263b9e14bb2cda28159efd7..321a80dcb9912aaaedab6b218d6698bb3314ae98 100644 (file)
@@ -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);