ovs-openflowd: Remove documentation for obsolete --mgmt-id option.
[openvswitch] / lib / ofpbuf.h
index b65f79ee6867f4cae0297247666066f91183afc8..9072cc47407398358affe62b2fb076b89a176f41 100644 (file)
@@ -74,6 +74,8 @@ void ofpbuf_clear(struct ofpbuf *);
 void *ofpbuf_pull(struct ofpbuf *, size_t);
 void *ofpbuf_try_pull(struct ofpbuf *, size_t);
 
+char *ofpbuf_to_string(const struct ofpbuf *, size_t maxbytes);
+
 #ifdef  __cplusplus
 }
 #endif