dect
/
libnl
Archived
13
0
Fork 0

export rtnl_link_add() and rtnl_link_build_add_request()

This commit is contained in:
Thomas Graf 2011-04-15 15:31:47 +02:00
parent 5a6610190a
commit 8ffab45698
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* Copyright (c) 2003-2010 Thomas Graf <tgraf@suug.ch>
* Copyright (c) 2003-2011 Thomas Graf <tgraf@suug.ch>
*/
#ifndef NETLINK_LINK_H_
@ -96,6 +96,9 @@ extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int);
extern struct rtnl_link *rtnl_link_get_by_name(struct nl_cache *, const char *);
extern int rtnl_link_build_add_request(struct rtnl_link *, int,
struct nl_msg **);
extern int rtnl_link_add(struct nl_sock *, struct rtnl_link *, int);
extern int rtnl_link_build_change_request(struct rtnl_link *,
struct rtnl_link *, int,
struct nl_msg **);