ofp-print: Improve OFPST_FLOW stats reply printing.
[openvswitch] / lib / ofpbuf.h
index 7d106d888d551e38c26dead9e84019e3cf61d213..a7b5ded9da0b4ef030a08b26f1da7a12ca2dad07 100644 (file)
@@ -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 *);