Create devel package not to install header and .pc file in binary
[platform/core/uifw/anthy.git] / src-diclib / diclib_inner.h
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