X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofpbuf.h;h=7f8338cd07a5d81ad7e9897cfb349a28275f64c4;hb=17f7f7e02cfd44dc7755fbebcfb942c07f937858;hp=34fcf5f7f956430e753a633ea4a9c118983a98cf;hpb=7ecb095d0bf4940406ce684c5c6d5c7adac4cf77;p=openvswitch diff --git a/lib/ofpbuf.h b/lib/ofpbuf.h index 34fcf5f7..7f8338cd 100644 --- a/lib/ofpbuf.h +++ b/lib/ofpbuf.h @@ -91,6 +91,7 @@ size_t ofpbuf_tailroom(const struct ofpbuf *); void ofpbuf_prealloc_headroom(struct ofpbuf *, size_t); void ofpbuf_prealloc_tailroom(struct ofpbuf *, size_t); void ofpbuf_trim(struct ofpbuf *); +void ofpbuf_padto(struct ofpbuf *, size_t); void ofpbuf_clear(struct ofpbuf *); void *ofpbuf_pull(struct ofpbuf *, size_t);