X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofpbuf.h;h=7407d8bd3e3cd094b45e9f162534d205d36994cc;hb=5382a3cf9be0632c83cff17f08c9b46036a8ad88;hp=f945cb54c646175bc95e11a9d5b0d7f561e2dc1b;hpb=da546e076495672ab67106bb6dbb42447c1a2d26;p=sliver-openvswitch.git diff --git a/lib/ofpbuf.h b/lib/ofpbuf.h index f945cb54c..7407d8bd3 100644 --- a/lib/ofpbuf.h +++ b/lib/ofpbuf.h @@ -94,6 +94,7 @@ 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_shift(struct ofpbuf *, int); void ofpbuf_clear(struct ofpbuf *); void *ofpbuf_pull(struct ofpbuf *, size_t);