diff th_util.h @ 33:06a72c643460

Sync.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 11 Jun 2011 12:52:57 +0300
parents a4f894105953
children e031a062b731
line wrap: on
line diff
--- a/th_util.h	Sat Jun 11 05:05:22 2011 +0300
+++ b/th_util.h	Sat Jun 11 12:52:57 2011 +0300
@@ -114,7 +114,7 @@
 /* Ringbuffer implementation
  */
 typedef struct {
-    void **data;
+    char **data;
     int n, size;
     void (*deallocator)(void *);
 } qringbuf_t;