[PATCH 1/2] 1/2] Remove rtnl_link_free() declaration from the header file.

Tony Cheneau tony.cheneau at amnesiak.org
Sat Mar 16 00:23:18 EDT 2013


Reason: there is no rtnl_link_free() definition anywhere in the code.

Signed-off-by: Tony Cheneau <tony.cheneau at amnesiak.org>
---
 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);
-- 
1.7.12.4




More information about the libnl mailing list