X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofpbuf.h;h=a7b5ded9da0b4ef030a08b26f1da7a12ca2dad07;hb=05abb769d32d440dbd521e99484d8418f95431bd;hp=7d106d888d551e38c26dead9e84019e3cf61d213;hpb=b3907fbc6c74ddad7507d0f7abb1f5a2528cd2be;p=openvswitch diff --git a/lib/ofpbuf.h b/lib/ofpbuf.h index 7d106d88..a7b5ded9 100644 --- a/lib/ofpbuf.h +++ b/lib/ofpbuf.h @@ -43,6 +43,7 @@ struct ofpbuf { }; void ofpbuf_use(struct ofpbuf *, void *, size_t); +void ofpbuf_use_const(struct ofpbuf *, const void *, size_t); void ofpbuf_init(struct ofpbuf *, size_t); void ofpbuf_uninit(struct ofpbuf *);