summaryrefslogtreecommitdiff
path: root/anthy/conf.h
blob: 0fe5a6187e0037cd9b6fa0fca7ae8523a445a82d (plain)
1
2
3
4
5
6
7
8
9
10
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