File: diclib_inner.h

package info (click to toggle)
anthy 9100e-3.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 16,708 kB
  • ctags: 3,122
  • sloc: ansic: 26,059; sh: 13,804; lisp: 1,257; makefile: 331
file content (13 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __diclib_inner_h_included__
#define __diclib_inner_h_included__


/* file_dic.h */
int anthy_init_file_dic(void);
void anthy_quit_file_dic(void);


/* xchar.c */
void anthy_init_xchar_tab(void);

#endif