summaryrefslogtreecommitdiff
path: root/anthy/diclib.h
blob: 145f37c299007108bac02624bcb8391bc429e438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __diclib_h_included__
#define __diclib_h_included__


/* 全体の初期化、解放 */
int anthy_init_diclib(void);
void anthy_quit_diclib(void);

void* anthy_file_dic_get_section(const char* section_name);

/*
  utility
 */
unsigned int anthy_dic_ntohl(unsigned int a);
unsigned int anthy_dic_htonl(unsigned int a);


#endif