diff th_config.h @ 172:eb2c073d93b3

Adding floating point configuration item support.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Feb 2015 17:03:00 +0200
parents 8e69e07e5aac
children 7acdd3ab6900
line wrap: on
line diff
--- a/th_config.h	Thu Feb 19 15:59:42 2015 +0200
+++ b/th_config.h	Thu Feb 19 17:03:00 2015 +0200
@@ -44,6 +44,7 @@
         unsigned int *val_uint;
         char **val_str;
         BOOL *val_bool;
+        float *val_float;
 
         void *data;
         th_llist_t **list;