diff options
Diffstat (limited to 'src/htsfilters.h')
-rw-r--r-- | src/htsfilters.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/htsfilters.h b/src/htsfilters.h index 5ed2e19..c08bd06 100644 --- a/src/htsfilters.h +++ b/src/htsfilters.h @@ -39,11 +39,11 @@ Please visit our Website: http://www.httrack.com #include "htsbase.h" -int fa_strjoker(int type, char **filters, int nfil, char *nom, LLint * size, +int fa_strjoker(int type, char **filters, int nfil, const char *nom, LLint * size, int *size_flag, int *depth); -HTS_INLINE char *strjoker(char *chaine, char *joker, LLint * size, +HTS_INLINE const char *strjoker(const char *chaine, const char *joker, LLint * size, int *size_flag); -char *strjokerfind(char *chaine, char *joker); +const char *strjokerfind(const char *chaine, const char *joker); #endif #endif |