summaryrefslogtreecommitdiff
path: root/src-diclib/diclib_inner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src-diclib/diclib_inner.h')
-rw-r--r--src-diclib/diclib_inner.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src-diclib/diclib_inner.h b/src-diclib/diclib_inner.h
new file mode 100644
index 0000000..5e7a6ae
--- /dev/null
+++ b/src-diclib/diclib_inner.h
@@ -0,0 +1,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