diff options
author | Cong Wang <xiyou.wangcong@gmail.com> | 2013-12-05 23:48:25 (GMT) |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2013-12-09 14:32:56 (GMT) |
commit | 2b7d1d5ab5f9836fdbb59bde728a7bbbc97574e1 (patch) | |
tree | 5cf07f4509d1d27dc414489052672eab9bf16533 /include | |
parent | aa1c5628fd67631894b91bfb339a912a39a24994 (diff) | |
download | libnl-2b7d1d5ab5f9836fdbb59bde728a7bbbc97574e1.zip libnl-2b7d1d5ab5f9836fdbb59bde728a7bbbc97574e1.tar.gz libnl-2b7d1d5ab5f9836fdbb59bde728a7bbbc97574e1.tar.bz2 |
add declaration for rtnl_cls_change()
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Diffstat (limited to 'include')
-rw-r--r-- | include/netlink/route/classifier.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netlink/route/classifier.h b/include/netlink/route/classifier.h index 647bf1e..a8c1179 100644 --- a/include/netlink/route/classifier.h +++ b/include/netlink/route/classifier.h @@ -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 **); |