
1: /* $B@_Dj$r<hF@$9$k$?$a$N%$%s%?%U%'!<%9(B */ 2: #ifndef _conf_h_included_ 3: #define _conf_h_included_ 4: 5: void anthy_do_conf_init(void); 6: void anthy_do_conf_override(const char *, const char *); 7: void anthy_conf_free(void); 8: 9: const char *anthy_conf_get_str(const char *var); 10: 11: #endif