]> granicus.if.org Git - libnl/commitdiff
Remove superfluous declaration of rtnl_route_put()
authorTony Cheneau <tony.cheneau@amnesiak.org>
Sat, 16 Mar 2013 04:23:19 +0000 (00:23 -0400)
committerThomas Graf <tgraf@suug.ch>
Sun, 17 Mar 2013 16:31:45 +0000 (17:31 +0100)
rtnl_route_put() is declared twice in the same header file

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

index d3543af3edeb59f72f29cedf0e826f2021ee64f3..477250dd8258ec90a102b5e076bd1afeb41326e3 100644 (file)
@@ -54,7 +54,6 @@ extern int    rtnl_route_alloc_cache(struct nl_sock *, int, int,
                                       struct nl_cache **);
 
 extern void    rtnl_route_get(struct rtnl_route *);
-extern void    rtnl_route_put(struct rtnl_route *);
 
 extern int     rtnl_route_parse(struct nlmsghdr *, struct rtnl_route **);
 extern int     rtnl_route_build_msg(struct nl_msg *, struct rtnl_route *);