]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
act: Declare rtnl_act_change()
authorThomas Graf <tgraf@suug.ch>
Sat, 26 Jul 2014 19:33:24 +0000 (21:33 +0200)
committerThomas Haller <thaller@redhat.com>
Sun, 27 Jul 2014 09:04:07 +0000 (11:04 +0200)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
include/netlink/route/action.h

index 054bdd87b3d814ef20ee94ffee61da3824390b90..5db92ab03ac3d795298650ae8ea9bad1cd48d737 100644 (file)
@@ -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 **);