summaryrefslogtreecommitdiffstats
path: root/bibletime
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-13 14:06:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-13 14:06:22 -0600
commit77c77a82c13d68cb09659adab1358b51612797b5 (patch)
tree16f839c78de3b8d4ac3da5691eb8956c2fc6db67 /bibletime
parent9e9e51c2eb3b7bb64e1d68be0d42bae3a4f24f79 (diff)
downloadbibletime-77c77a82c13d68cb09659adab1358b51612797b5.tar.gz
bibletime-77c77a82c13d68cb09659adab1358b51612797b5.zip
Second part of prior commit
Diffstat (limited to 'bibletime')
-rw-r--r--bibletime/backend/cswordmoduleinfo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bibletime/backend/cswordmoduleinfo.h b/bibletime/backend/cswordmoduleinfo.h
index c9a9960..9d4404e 100644
--- a/bibletime/backend/cswordmoduleinfo.h
+++ b/bibletime/backend/cswordmoduleinfo.h
@@ -27,6 +27,11 @@
#include <swversion.h>
#include <swdisp.h>
+#ifdef CLUCENE_V2
+// CLucene no longer lists the following functions in its headers
+extern size_t lucene_utf8towcs(wchar_t *, const char *, size_t maxslen);
+extern size_t lucene_wcstoutf8 (char *, const wchar_t *, size_t maxslen);
+#endif // CLUCENE_V2
class CSwordBackend;