1: #ifndef __diclib_inner_h_included__ 2: #define __diclib_inner_h_included__ 3: 4: 5: /* file_dic.h */ 6: int anthy_init_file_dic(void); 7: void anthy_quit_file_dic(void); 8: 9: 10: /* xchar.c */ 11: void anthy_init_xchar_tab(void); 12: 13: #endif