Add test for gbuf

This commit is contained in:
Nils O. Selåsdal
2012-11-18 13:45:52 +01:00
parent 9547730c9e
commit 65a6c67277
4 changed files with 59 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ uc_gbuf_unref(GBuf *buf)
}
int
uc_gbuf_append(GBuf *buf,void *data,size_t len)
uc_gbuf_append(GBuf *buf,const void *data,size_t len)
{
unsigned char *gbuf;