comparison th_config.h @ 261:0db02b8d2d11

ISO C99 compatibility fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 May 2011 02:10:42 +0300
parents 3e221c16b087
children
comparison
equal deleted inserted replaced
260:e97c764927ce 261:0db02b8d2d11
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