summaryrefslogtreecommitdiff
path: root/lib/netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/netlink.h')
-rw-r--r--lib/netlink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/netlink.h b/lib/netlink.h
index eed71dd2e..b931a412f 100644
--- a/lib/netlink.h
+++ b/lib/netlink.h
@@ -73,6 +73,8 @@ void nl_msg_put_be64(struct ofpbuf *, uint16_t type, ovs_be64 value);
void nl_msg_put_in6_addr(struct ofpbuf *msg, uint16_t type,
const struct in6_addr *value);
void nl_msg_put_odp_port(struct ofpbuf *, uint16_t type, odp_port_t value);
+void nl_msg_put_string__(struct ofpbuf *, uint16_t type, const char *value,
+ size_t len);
void nl_msg_put_string(struct ofpbuf *, uint16_t type, const char *value);
size_t nl_msg_start_nested(struct ofpbuf *, uint16_t type);