summaryrefslogtreecommitdiff
path: root/src/htsfilters.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:59:03 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:59:03 +0000
commit660b569b0980fc8f71b03ed666dd02eec8388b4c (patch)
tree8ad02b5f0bebdd4cd1d2ba01005d6f3f71a0a7fb /src/htsfilters.h
parent64cc4a88da8887ef1f7f4d90be0158d2cc76222d (diff)
httrack 3.41.2
Diffstat (limited to 'src/htsfilters.h')
-rw-r--r--src/htsfilters.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/htsfilters.h b/src/htsfilters.h
index a1ba329..6526400 100644
--- a/src/htsfilters.h
+++ b/src/htsfilters.h
@@ -40,10 +40,11 @@ Please visit our Website: http://www.httrack.com
#ifndef HTSFILT_DEFH
#define HTSFILT_DEFH
-#include "htsbase.h"
-
/* Library internal definictions */
#ifdef HTS_INTERNAL_BYTECODE
+
+#include "htsbase.h"
+
int fa_strjoker(int type,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);