summaryrefslogtreecommitdiff
path: root/anthy/conf.h
diff options
context:
space:
mode:
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