equal
deleted
inserted
replaced
35 |
35 |
36 /** |
36 /** |
37 * Load a list of configurations from the ini file. |
37 * Load a list of configurations from the ini file. |
38 * Returns NULL on error. |
38 * Returns NULL on error. |
39 */ |
39 */ |
40 flib_schemelist *flib_schemelist_from_ini(flib_metascheme *meta, const char *filename); |
40 flib_schemelist *flib_schemelist_from_ini(const char *filename); |
41 |
41 |
42 /** |
42 /** |
43 * Store the list of configurations to an ini file. |
43 * Store the list of configurations to an ini file. |
44 * Returns NULL on error. |
44 * Returns NULL on error. |
45 */ |
45 */ |