dect
/
libnl
Archived
13
0
Fork 0

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>
This commit is contained in:
Tony Cheneau 2013-03-16 00:23:19 -04:00 committed by Thomas Graf
parent b39c9f7a53
commit 4db11517fd
1 changed files with 0 additions and 1 deletions

View 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 *);