Merge branch '2.2' into develop

This commit is contained in:
Niclas Antti
2018-06-01 09:33:04 +03:00
9 changed files with 86 additions and 59 deletions

View File

@ -381,15 +381,6 @@ extern char *gwbuf_get_property(GWBUF *buf, const char *name);
*/
extern GWBUF *gwbuf_make_contiguous(GWBUF *buf);
/**
* Add hint to a buffer.
*
* @param buf The buffer to add the hint to
* @param hint The hint. Note that the ownership of @c hint is transferred
* to @c buf.
*/
extern void gwbuf_add_hint(GWBUF *buf, HINT *hint);
/**
* Add a buffer object to GWBUF buffer.
*