summaryrefslogtreecommitdiff
path: root/src/htszlib.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-05-19 16:02:04 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-05-19 16:02:04 +0000
commit1433170ef4e88c4c433fd25df3864973e0e62a54 (patch)
tree1f34282f7ad759f6c8025b42f3048e6249ec7e24 /src/htszlib.h
parent063acf016081ae9c2b096595564f0399f6ea19b5 (diff)
removed gz_is_available flag (zlib is mandatory)
Diffstat (limited to 'src/htszlib.h')
-rw-r--r--src/htszlib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/htszlib.h b/src/htszlib.h
index 5c317b6..57004d6 100644
--- a/src/htszlib.h
+++ b/src/htszlib.h
@@ -46,7 +46,6 @@ Please visit our Website: http://www.httrack.com
/* Library internal definictions */
#ifdef HTS_INTERNAL_BYTECODE
-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);