aboutsummaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/zlib.h b/zlib.h
index 72252b5..bab908a 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1727,9 +1727,6 @@ ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void));
1727ZEXTERN int ZEXPORT inflateUndermine OF((z_streamp, int)); 1727ZEXTERN int ZEXPORT inflateUndermine OF((z_streamp, int));
1728ZEXTERN int ZEXPORT inflateResetKeep OF((z_streamp)); 1728ZEXTERN int ZEXPORT inflateResetKeep OF((z_streamp));
1729ZEXTERN int ZEXPORT deflateResetKeep OF((z_streamp)); 1729ZEXTERN int ZEXPORT deflateResetKeep OF((z_streamp));
1730#ifndef Z_SOLO
1731 ZEXTERN unsigned long ZEXPORT gzflags OF((void));
1732#endif
1733 1730
1734#ifdef __cplusplus 1731#ifdef __cplusplus
1735} 1732}