diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-06 14:20:29 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-06 14:20:29 +0000 |
commit | fbfb68b7c76a90879e49b1ef4792503682dff9e5 (patch) | |
tree | 657425618c9cf88584ddc951846625a02863c91c /src/htscore.h | |
parent | 78a63125160c4df021b7be08761435b5cc0f5f2f (diff) |
UTF-8 filenames handling (based on HTML page charset)
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); |