X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofpbuf.h;h=9072cc47407398358affe62b2fb076b89a176f41;hb=fb0d597fb64308c60001e3afc9b31eb295dedb6b;hp=b65f79ee6867f4cae0297247666066f91183afc8;hpb=5019f688d4e3117960503d57978ff2e0fb3771e0;p=openvswitch diff --git a/lib/ofpbuf.h b/lib/ofpbuf.h index b65f79ee..9072cc47 100644 --- a/lib/ofpbuf.h +++ b/lib/ofpbuf.h @@ -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