19 #ifndef __OPENCC_CONFIG_H_
20 #define __OPENCC_CONFIG_H_
23 #include "dict_chain.h"
27 CONFIG_ERROR_CANNOT_ACCESS_CONFIG_FILE,
29 CONFIG_ERROR_NO_PROPERTY,
30 CONFIG_ERROR_INVALID_DICT_TYPE,
33 Config* config_open(
const char* filename);
35 void config_close(
Config* config);
39 config_error config_errno(
void);
41 void config_perror(
const char* spec);