summaryrefslogtreecommitdiff
path: root/src/myspell/phonet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/myspell/phonet.hxx')
-rw-r--r--src/myspell/phonet.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/myspell/phonet.hxx b/src/myspell/phonet.hxx
index d1cf995..f91d3b0 100644
--- a/src/myspell/phonet.hxx
+++ b/src/myspell/phonet.hxx
@@ -34,6 +34,8 @@
#define MAXPHONETLEN 256
#define MAXPHONETUTF8LEN (MAXPHONETLEN * 4)
+#include "hunvisapi.h"
+
struct phonetable {
char utf8;
cs_info * lang;
@@ -42,9 +44,9 @@ struct phonetable {
int hash[HASHSIZE];
};
-void init_phonet_hash(phonetable & parms);
+LIBHUNSPELL_DLL_EXPORTED void init_phonet_hash(phonetable & parms);
-int phonet (const char * inword, char * target,
+LIBHUNSPELL_DLL_EXPORTED int phonet (const char * inword, char * target,
int len, phonetable & phone);
#endif