X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fconfig.h;h=4290768f42ac8506314f96fa053f2b94e6667c55;hb=4a99fe51561ca331df54512eb25c502d0fcd2b55;hp=29d17d71497f1e93ed3f7f9d71732c7daed4a732;hpb=9e7ef91e1f6a1eb4c65ba52535d92eac3922f20e;p=flatwaifu.git diff --git a/src/config.h b/src/config.h index 29d17d7..4290768 100644 --- a/src/config.h +++ b/src/config.h @@ -32,7 +32,7 @@ int CFG_open_iterator (const char *name); int CFG_scan_iterator (char *key, int keylen, char *value, int valuelen); void CFG_close_iterator (void); -int CFG_read_config (const char *name, const cfg_t *cfg); -int CFG_update_config (const char *old, const char *new, const cfg_t *cfg, const char *msg); +int CFG_read_config (const char *name, int n, const cfg_t **cfg); +int CFG_update_config (const char *old, const char *new, int n, const cfg_t **cfg, const char *msg); #endif /* CONFIG_H_INCLUDED */