summaryrefslogtreecommitdiff
path: root/anthy/conf.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 /anthy/conf.h
downloadanthy-master.tar.gz
Diffstat (limited to 'anthy/conf.h')
-rw-r--r--anthy/conf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/anthy/conf.h b/anthy/conf.h
new file mode 100644
index 0000000..0fe5a61
--- /dev/null
+++ b/anthy/conf.h
@@ -0,0 +1,11 @@
+/* $B@_Dj$r<hF@$9$k$?$a$N%$%s%?%U%'!<%9(B */
+#ifndef _conf_h_included_
+#define _conf_h_included_
+
+void anthy_do_conf_init(void);
+void anthy_do_conf_override(const char *, const char *);
+void anthy_conf_free(void);
+
+const char *anthy_conf_get_str(const char *var);
+
+#endif