diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:59:03 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:59:03 +0000 |
commit | 660b569b0980fc8f71b03ed666dd02eec8388b4c (patch) | |
tree | 8ad02b5f0bebdd4cd1d2ba01005d6f3f71a0a7fb /src/htszlib.h | |
parent | 64cc4a88da8887ef1f7f4d90be0158d2cc76222d (diff) |
httrack 3.41.2
Diffstat (limited to 'src/htszlib.h')
-rw-r--r-- | src/htszlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htszlib.h b/src/htszlib.h index 8f8b565..3d91dc3 100644 --- a/src/htszlib.h +++ b/src/htszlib.h @@ -52,7 +52,7 @@ Please visit our Website: http://www.httrack.com #ifdef HTS_INTERNAL_BYTECODE extern int gz_is_available; extern int hts_zunpack(char* filename,char* newfile); -extern int hts_extract_meta(char* path); +extern int hts_extract_meta(const char* path); #endif #endif |