add declaration for rtnl_cls_change()
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
aa1c5628fd
commit
2b7d1d5ab5
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ extern int rtnl_cls_alloc_cache(struct nl_sock *, int, uint32_t,
|
|||
extern int rtnl_cls_build_add_request(struct rtnl_cls *, int,
|
||||
struct nl_msg **);
|
||||
extern int rtnl_cls_add(struct nl_sock *, struct rtnl_cls *, int);
|
||||
extern int rtnl_cls_change(struct nl_sock *, struct rtnl_cls *, int);
|
||||
|
||||
extern int rtnl_cls_build_change_request(struct rtnl_cls *, int,
|
||||
struct nl_msg **);
|
||||
|
|
Loading…
Add table
Reference in a new issue