summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Cheneau <tony.cheneau@amnesiak.org>2013-03-16 00:23:18 -0400
committerThomas Graf <tgraf@suug.ch>2013-03-17 17:31:53 +0100
commit23e26e9e054f921a0c91379c628abb8126c42195 (patch)
treeaa5e8017a9a530194433d5a885beab72afc2d4c9
parent4db11517fd7b28a48f19c79a0867331c536722d0 (diff)
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>
-rw-r--r--include/netlink/route/link.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netlink/route/link.h b/include/netlink/route/link.h
index dbde72f..321a80d 100644
--- a/include/netlink/route/link.h
+++ b/include/netlink/route/link.h
@@ -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);