summaryrefslogtreecommitdiff
path: root/src/htsindex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsindex.h')
-rw-r--r--src/htsindex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/htsindex.h b/src/htsindex.h
index 40a189b..b773034 100644
--- a/src/htsindex.h
+++ b/src/htsindex.h
@@ -41,8 +41,11 @@ Please visit our Website: http://www.httrack.com
#include "htsglobal.h"
+/* Library internal definictions */
+#ifdef HTS_INTERNAL_BYTECODE
int index_keyword(const char* html_data,LLint size,const char* mime,const char* filename,const char* indexpath);
void index_init(const char* indexpath);
void index_finish(const char* indexpath,int mode);
+#endif
#endif