Compile modutil.c as C++

This commit is contained in:
Johan Wikman
2017-03-23 22:25:47 +02:00
parent 44fe995574
commit 640f0d5139
4 changed files with 16 additions and 15 deletions

View File

@ -643,7 +643,7 @@ gwbuf_rtrim(GWBUF *head, unsigned int n_bytes)
return rval;
}
void gwbuf_set_type(GWBUF* buf, gwbuf_type_t type)
void gwbuf_set_type(GWBUF* buf, uint32_t type)
{
/** Set type consistenly to all buffers on the list */
while (buf != NULL)