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:
parent
b39c9f7a53
commit
4db11517fd
1 changed files with 0 additions and 1 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Reference in a new issue