comparison th_config.h @ 22:1ac2449c4df7

ISO C99 compatibility fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 May 2011 02:11:05 +0300
parents 0cea9c0cfce7
children 598609fb49b0
comparison
equal deleted inserted replaced
21:1f7d8693fda8 22:1ac2449c4df7
43 BOOL *val_bool; 43 BOOL *val_bool;
44 44
45 void *data; 45 void *data;
46 qlist_t **list; 46 qlist_t **list;
47 struct _cfgitem_t *section; 47 struct _cfgitem_t *section;
48 }; 48 } v;
49 49
50 struct _cfgitem_t *next, *prev; 50 struct _cfgitem_t *next, *prev;
51 } cfgitem_t; 51 } cfgitem_t;
52 52
53 53