act: Declare rtnl_act_change()
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
a1593c234a
commit
17f1c386df
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ extern void rtnl_act_put(struct rtnl_act *);
|
|||
extern int rtnl_act_build_add_request(struct rtnl_act *, int,
|
||||
struct nl_msg **);
|
||||
extern int rtnl_act_add(struct nl_sock *, struct rtnl_act *, int);
|
||||
extern int rtnl_act_change(struct nl_sock *, struct rtnl_act *, int);
|
||||
|
||||
extern int rtnl_act_build_change_request(struct rtnl_act *, int,
|
||||
struct nl_msg **);
|
||||
|
|
Loading…
Add table
Reference in a new issue