summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zlib.h b/zlib.h
index 1ad592f..2cbd981 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1649,6 +1649,7 @@ struct gzFile_s {
1649 unsigned char *next; 1649 unsigned char *next;
1650 z_off64_t pos; 1650 z_off64_t pos;
1651}; 1651};
1652ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file)); /* backward compatibility */
1652#ifdef Z_PREFIX_SET 1653#ifdef Z_PREFIX_SET
1653# undef z_gzgetc 1654# undef z_gzgetc
1654# define z_gzgetc(g) \ 1655# define z_gzgetc(g) \