summaryrefslogtreecommitdiff
path: root/src/htsfilters.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:55:42 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:55:42 +0000
commit844ecc37072d515513177c65a8c9dc35c9cdfc1a (patch)
tree733b1fe039c0c37095a594b66d5076f3f5a0153d /src/htsfilters.h
parent25adbdabb47499fe641c7bd9595024ff82667058 (diff)
httrack 3.33.16
Diffstat (limited to 'src/htsfilters.h')
-rw-r--r--src/htsfilters.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/htsfilters.h b/src/htsfilters.h
index 168d330..f963322 100644
--- a/src/htsfilters.h
+++ b/src/htsfilters.h
@@ -42,8 +42,11 @@ Please visit our Website: http://www.httrack.com
#include "htsbase.h"
+/* Library internal definictions */
+#ifdef HTS_INTERNAL_BYTECODE
int fa_strjoker(char** filters,int nfil,char* nom,LLint* size,int* size_flag,int* depth);
HTS_INLINE char* strjoker(char* chaine,char* joker,LLint* size,int* size_flag);
char* strjokerfind(char* chaine,char* joker);
+#endif
#endif