[PATCH 05/14] act: Declare rtnl_act_change()
Thomas Graf
tgraf at suug.ch
Sat Jul 26 12:33:24 PDT 2014
Signed-off-by: Thomas Graf <tgraf at suug.ch>
---
include/netlink/route/action.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/netlink/route/action.h b/include/netlink/route/action.h
index 054bdd8..5db92ab 100644
--- a/include/netlink/route/action.h
+++ b/include/netlink/route/action.h
@@ -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 **);
--
1.9.3
More information about the libnl
mailing list