diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:57:43 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:57:43 +0000 |
commit | 64cc4a88da8887ef1f7f4d90be0158d2cc76222d (patch) | |
tree | e72af709fbce8bc495f51e7f0518de9a9a2c3b7f /src/htsfilters.h | |
parent | 844ecc37072d515513177c65a8c9dc35c9cdfc1a (diff) |
httrack 3.40.4
Diffstat (limited to 'src/htsfilters.h')
-rw-r--r-- | src/htsfilters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsfilters.h b/src/htsfilters.h index f963322..a1ba329 100644 --- a/src/htsfilters.h +++ b/src/htsfilters.h @@ -44,7 +44,7 @@ Please visit our Website: http://www.httrack.com /* Library internal definictions */ #ifdef HTS_INTERNAL_BYTECODE -int fa_strjoker(char** filters,int nfil,char* nom,LLint* size,int* size_flag,int* depth); +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); #endif |