diff options
Diffstat (limited to 'src/htscore.h')
-rw-r--r-- | src/htscore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htscore.h b/src/htscore.h index a3467f4..21161a9 100644 --- a/src/htscore.h +++ b/src/htscore.h @@ -340,6 +340,7 @@ void usercommand_exe(const char* cmd,const char* file); int filters_init(char*** ptrfilters, int maxfilter, int filterinc); #ifndef HTTRACK_DEFLIB HTSEXT_API int structcheck(const char* path); +HTSEXT_API int structcheck_utf8(const char* path); HTSEXT_API int dir_exists(const char* path); #endif HTS_INLINE int fspc(httrackp *opt,FILE* fp,const char* type); |