summaryrefslogtreecommitdiff
path: root/src-diclib/diclib_inner.h
blob: 5e7a6aef0690e55ae26e7984db402588ae60d7bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __diclib_inner_h_included__
#define __diclib_inner_h_included__


/* file_dic.h */
int anthy_init_file_dic(void);
void anthy_quit_file_dic(void);


/* xchar.c */
void anthy_init_xchar_tab(void);

#endif