Remove rtnl_link_free() declaration from the header file.
Reason: there is no rtnl_link_free() definition anywhere in the code. Signed-off-by: Tony Cheneau <tony.cheneau@amnesiak.org> Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
4db11517fd
commit
23e26e9e05
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ typedef enum {
|
|||
|
||||
extern struct rtnl_link *rtnl_link_alloc(void);
|
||||
extern void rtnl_link_put(struct rtnl_link *);
|
||||
extern void rtnl_link_free(struct rtnl_link *);
|
||||
|
||||
extern int rtnl_link_alloc_cache(struct nl_sock *, int, struct nl_cache **);
|
||||
extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int);
|
||||
|
|
Loading…
Add table
Reference in a new issue