dect
/
libnl
Archived
13
0
Fork 0

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

View File

@ -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);