project_files/frontlib/model/schemelist.h
changeset 7497 7e1d72fc03c7
parent 7482 d70a5b0d1190
child 10017 de822cd3df3a
equal deleted inserted replaced
7494:e65adfc99f15 7497:7e1d72fc03c7
    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  */