DEADSOFTWARE

config: allow multiple cfg structures for config update
[flatwaifu.git] / src / config.h
index 29d17d71497f1e93ed3f7f9d71732c7daed4a732..c666722c9c2d61029394593981bb28faacf311ff 100644 (file)
@@ -33,6 +33,6 @@ 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_update_config (const char *old, const char *new, int n, const cfg_t **cfg, const char *msg);
 
 #endif /* CONFIG_H_INCLUDED */