6 #define MAXDICTIONARIES 100
7 #define MAXDICTENTRYLEN 1024
16 class LIBHUNSPELL_DLL_EXPORTED DictMgr
24 DictMgr(const char * dictpath
, const char * etype
);
26 int get_list(dictentry
** ppentry
);
29 int parse_file(const char * dictpath
, const char * etype
);
30 char * mystrsep(char ** stringp
, const char delim
);
31 char * mystrdup(const char * s
);
32 void mychomp(char * s
);