From 4db11517fd7b28a48f19c79a0867331c536722d0 Mon Sep 17 00:00:00 2001 From: Tony Cheneau Date: Sat, 16 Mar 2013 00:23:19 -0400 Subject: [PATCH] Remove superfluous declaration of rtnl_route_put() rtnl_route_put() is declared twice in the same header file Signed-off-by: Tony Cheneau Signed-off-by: Thomas Graf --- include/netlink/route/route.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/netlink/route/route.h b/include/netlink/route/route.h index d3543af..477250d 100644 --- a/include/netlink/route/route.h +++ b/include/netlink/route/route.h @@ -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 *);