1 /* string replacement list class */
5 #ifdef HUNSPELL_CHROME_CLIENT
6 // Compilation issues in spellchecker.cc think near is a macro, therefore
7 // removing it here solves that problem.
11 #include "hunvisapi.h"
15 class LIBHUNSPELL_DLL_EXPORTED RepList
27 int add(char * pat1
, char * pat2
);
28 replentry
* item(int n
);
29 int near(const char * word
);
30 int match(const char * word
, int n
);
31 int conv(const char * word
, char * dest
);