'CFG atcher' in wtpman

This commit is contained in:
2022-09-02 12:03:38 +02:00
parent 20bd835f63
commit 0078c07e58
6 changed files with 96 additions and 60 deletions

View File

@ -90,6 +90,7 @@ int cw_cfg_get_first_index(cw_Cfg_t * cfg, const char *key, int n);
int cw_cfg_get_first_index_l(cw_Cfg_t ** cfgs, const char *key, int n);
int cw_cfg_get_int(cw_Cfg_t * cfg, const char *key, int def);
int cw_cfg_write_to_file(FILE *f, cw_Cfg_t * cfg);