void(* ini_line_cb)(void *data, unsigned int line, const char *section, const char *name, const char *value)
Callback with the data found at each line.
int parse_ini_file(const char *f_path, ini_line_cb handler, void *data)
Parse ini file, supply the data to a callback.