File: conf.h

package info (click to toggle)
anthy 6300d-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,400 kB
  • ctags: 2,270
  • sloc: ansic: 17,009; sh: 13,554; lisp: 1,039; makefile: 252; ruby: 212; perl: 10
file content (11 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (7)
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