1 /* string replacement list class */
8 #undef near // TortoiseSVN custom: this is needed to prevent errors
9 class LIBHUNSPELL_DLL_EXPORTED RepList
21 int add(char * pat1
, char * pat2
);
22 replentry
* item(int n
);
23 int near(const char * word
);
24 int match(const char * word
, int n
);
25 int conv(const char * word
, char * dest
);