summaryrefslogtreecommitdiff
path: root/src-diclib/diclib_inner.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2009-02-07 16:32:56 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2009-02-07 16:32:56 +0000
commita7a06a7ccfe0af1e134357678b8fa6cf87dff3b0 (patch)
treea966aeee62e69ae3ad13275d07ddb15049b14e0e /src-diclib/diclib_inner.h
downloadanthy-master.tar.gz
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