diff options
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 |