Create devel package not to install header and .pc file in binary
[platform/core/uifw/anthy.git] / anthy / conf.h
1 /* \e$B@_Dj$r<hF@$9$k$?$a$N%$%s%?%U%'!<%9\e(B */
2 #ifndef _conf_h_included_
3 #define _conf_h_included_
4
5 void anthy_do_conf_init(void);
6 void anthy_do_conf_override(const char *, const char *);
7 void anthy_conf_free(void);
8
9 const char *anthy_conf_get_str(const char *var);
10
11 #endif