diff options
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1660,6 +1660,7 @@ ZEXTERN const char * ZEXPORT zError OF((int)); | |||
1660 | ZEXTERN int ZEXPORT inflateSyncPoint OF((z_streamp)); | 1660 | ZEXTERN int ZEXPORT inflateSyncPoint OF((z_streamp)); |
1661 | ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void)); | 1661 | ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void)); |
1662 | ZEXTERN int ZEXPORT inflateUndermine OF((z_streamp, int)); | 1662 | ZEXTERN int ZEXPORT inflateUndermine OF((z_streamp, int)); |
1663 | ZEXTERN unsigned long ZEXPORT gzflags OF((void)); | ||
1663 | 1664 | ||
1664 | #ifdef __cplusplus | 1665 | #ifdef __cplusplus |
1665 | } | 1666 | } |