File: diclib_inner.h

package info (click to toggle)
anthy 1%3A0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 23,596 kB
  • sloc: ansic: 24,444; sh: 4,186; lisp: 1,265; makefile: 238
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