ovs-vsctl: Back out garbage collection changes.
[openvswitch] / lib / ofpbuf.h
index 15f0ab1626e2ee56935628aadd034358c8fd19f0..442c90c9134f1224625bbeed7a7aa58ccdc4feef 100644 (file)
@@ -69,6 +69,8 @@ struct ofpbuf *ofpbuf_clone(const struct ofpbuf *);
 struct ofpbuf *ofpbuf_clone_with_headroom(const struct ofpbuf *,
                                           size_t headroom);
 struct ofpbuf *ofpbuf_clone_data(const void *, size_t);
+struct ofpbuf *ofpbuf_clone_data_with_headroom(const void *, size_t,
+                                               size_t headroom);
 void ofpbuf_delete(struct ofpbuf *);
 
 void *ofpbuf_at(const struct ofpbuf *, size_t offset, size_t size);