From: Cong Wang Date: Thu, 5 Dec 2013 23:48:25 +0000 (-0800) Subject: add declaration for rtnl_cls_change() X-Git-Tag: libnl3_2_24rc1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b7d1d5ab5f9836fdbb59bde728a7bbbc97574e1;p=thirdparty%2Flibnl.git add declaration for rtnl_cls_change() Signed-off-by: Cong Wang Signed-off-by: Thomas Graf --- 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 **);