summaryrefslogtreecommitdiff
path: root/include/netlink/route/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink/route/link.h')
-rw-r--r--include/netlink/route/link.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/netlink/route/link.h b/include/netlink/route/link.h
index b9951d6..3790c09 100644
--- a/include/netlink/route/link.h
+++ b/include/netlink/route/link.h
@@ -105,6 +105,10 @@ extern int rtnl_link_change(struct nl_sock *, struct rtnl_link *,
extern int rtnl_link_build_delete_request(const struct rtnl_link *,
struct nl_msg **);
extern int rtnl_link_delete(struct nl_sock *, const struct rtnl_link *);
+extern int rtnl_link_build_get_request(int, const char *,
+ struct nl_msg **);
+extern int rtnl_link_get_kernel(struct nl_sock *, int, const char *,
+ struct rtnl_link **);
/* Name <-> Index Translations */
extern char * rtnl_link_i2name(struct nl_cache *, int, char *, size_t);