diff th_config.h @ 777:484853471eaf

Rename th_cfg_add_hexvalue() to th_cfg_add_hex_triplet().
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Jul 2023 03:19:57 +0300
parents 08bbfb5239fc
children 847d1ebe5b81
line wrap: on
line diff
--- a/th_config.h	Sun Jul 02 00:43:59 2023 +0300
+++ b/th_config.h	Sun Jul 02 03:19:57 2023 +0300
@@ -75,7 +75,7 @@
 int     th_cfg_add_string(th_cfgitem_t **cfg, const char *name, char **data, char *defValue);
 int     th_cfg_add_bool(th_cfgitem_t **cfg, const char *name, bool *data, bool defValue);
 int     th_cfg_add_float(th_cfgitem_t **cfg, const char *name, float *data, float defValue);
-int     th_cfg_add_hexvalue(th_cfgitem_t **cfg, const char *name, unsigned int *data, unsigned int defValue);
+int     th_cfg_add_hex_triplet(th_cfgitem_t **cfg, const char *name, unsigned int *data, unsigned int defValue);
 int     th_cfg_add_string_list(th_cfgitem_t **cfg, const char *name, th_llist_t **list);
 
 th_cfgitem_t *th_cfg_find(th_cfgitem_t *cfg, const char *section, const char *name, const int type);