aboutsummaryrefslogtreecommitdiff
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 16b20ce..371af26 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1660,6 +1660,7 @@ ZEXTERN const char * ZEXPORT zError OF((int));
1660ZEXTERN int ZEXPORT inflateSyncPoint OF((z_streamp)); 1660ZEXTERN int ZEXPORT inflateSyncPoint OF((z_streamp));
1661ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void)); 1661ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void));
1662ZEXTERN int ZEXPORT inflateUndermine OF((z_streamp, int)); 1662ZEXTERN int ZEXPORT inflateUndermine OF((z_streamp, int));
1663ZEXTERN unsigned long ZEXPORT gzflags OF((void));
1663 1664
1664#ifdef __cplusplus 1665#ifdef __cplusplus
1665} 1666}