summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Cheneau <tony.cheneau@amnesiak.org>2013-03-16 00:23:19 -0400
committerThomas Graf <tgraf@suug.ch>2013-03-17 17:31:45 +0100
commit4db11517fd7b28a48f19c79a0867331c536722d0 (patch)
tree9a761f0068431392140236f4ff93bdc9e2aedb6e
parentb39c9f7a53bdaecda444675bbacf25df4c7292a6 (diff)
Remove superfluous declaration of rtnl_route_put()
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>
-rw-r--r--include/netlink/route/route.h1
1 files changed, 0 insertions, 1 deletions
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 *);