summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2014-07-26 19:33:24 (GMT)
committerThomas Haller <thaller@redhat.com>2014-07-27 09:04:07 (GMT)
commit17f1c386df316a8b8193fd27f2d774f6ecac2871 (patch)
tree8503aa6bc59b851b13cbcd2f2ad2e0550ffd72d6
parenta1593c234a882c001e294b3c4d961c9379ca5e05 (diff)
downloadlibnl-17f1c386df316a8b8193fd27f2d774f6ecac2871.zip
libnl-17f1c386df316a8b8193fd27f2d774f6ecac2871.tar.gz
libnl-17f1c386df316a8b8193fd27f2d774f6ecac2871.tar.bz2
act: Declare rtnl_act_change()
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--include/netlink/route/action.h1
1 files changed, 1 insertions, 0 deletions
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 **);