diff th_config.h @ 83:50006067bcd1

Add new function, th_cfg_find().
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 17 Oct 2013 08:54:22 +0300
parents a0e1b29be35d
children aa2d608fb3f3
line wrap: on
line diff
--- a/th_config.h	Sat May 04 03:39:41 2013 +0300
+++ b/th_config.h	Thu Oct 17 08:54:22 2013 +0300
@@ -69,6 +69,7 @@
 int     th_cfg_add_hexvalue(th_cfgitem_t **cfg, const char *name, int *data, int itemDef);
 int     th_cfg_add_string_list(th_cfgitem_t **cfg, const char *name, qlist_t **list);
 
+th_cfgitem_t *th_cfg_find(th_cfgitem_t *cfg, const char *section, const char *name, const int type);
 
 #ifdef __cplusplus
 }