diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:00:04 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:00:04 +0000 |
commit | 4aec03f2cbabc19cf31e7d6f9fdcd6c84cfa861e (patch) | |
tree | 06ba27421c30be1aa1f3c4e911e7a7c7d4ed28fc /src/htszlib.h | |
parent | 660b569b0980fc8f71b03ed666dd02eec8388b4c (diff) |
httrack 3.42.3
Diffstat (limited to 'src/htszlib.h')
-rw-r--r-- | src/htszlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htszlib.h b/src/htszlib.h index 3d91dc3..af396b8 100644 --- a/src/htszlib.h +++ b/src/htszlib.h @@ -53,6 +53,7 @@ Please visit our Website: http://www.httrack.com extern int gz_is_available; extern int hts_zunpack(char* filename,char* newfile); extern int hts_extract_meta(const char* path); +extern const char* hts_get_zerror(int err); #endif #endif |