X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofpbuf.h;h=bd668c1e3f08f8030f810a3ee88260d8da607feb;hb=1452b28ca636521b6e16f76787524f83205ec7a3;hp=a7b5ded9da0b4ef030a08b26f1da7a12ca2dad07;hpb=0bc9407dbbe18734c25e9dc470592def5cb27077;p=openvswitch diff --git a/lib/ofpbuf.h b/lib/ofpbuf.h index a7b5ded9..bd668c1e 100644 --- a/lib/ofpbuf.h +++ b/lib/ofpbuf.h @@ -65,6 +65,7 @@ void *ofpbuf_end(const struct ofpbuf *); void *ofpbuf_put_uninit(struct ofpbuf *, size_t); void *ofpbuf_put_zeros(struct ofpbuf *, size_t); void *ofpbuf_put(struct ofpbuf *, const void *, size_t); +char *ofpbuf_put_hex(struct ofpbuf *, const char *s, size_t *n); void ofpbuf_reserve(struct ofpbuf *, size_t); void *ofpbuf_push_uninit(struct ofpbuf *b, size_t); void *ofpbuf_push_zeros(struct ofpbuf *, size_t);