summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/zlib.h b/zlib.h
index 86a67f8..0bd83e9 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1,5 +1,5 @@
1/* zlib.h -- interface of the 'zlib' general purpose compression library 1/* zlib.h -- interface of the 'zlib' general purpose compression library
2 version 1.2.3.7, Jan 24th, 2010 2 version 1.2.3.8, Feb 13th, 2010
3 3
4 Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler 4 Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
5 5
@@ -37,8 +37,8 @@
37extern "C" { 37extern "C" {
38#endif 38#endif
39 39
40#define ZLIB_VERSION "1.2.3.7" 40#define ZLIB_VERSION "1.2.3.8"
41#define ZLIB_VERNUM 0x1237 41#define ZLIB_VERNUM 0x1238
42#define ZLIB_VER_MAJOR 1 42#define ZLIB_VER_MAJOR 1
43#define ZLIB_VER_MINOR 2 43#define ZLIB_VER_MINOR 2
44#define ZLIB_VER_REVISION 3 44#define ZLIB_VER_REVISION 3
@@ -1316,7 +1316,7 @@ ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
1316/* 1316/*
1317 Flushes all pending output into the compressed file. The parameter flush 1317 Flushes all pending output into the compressed file. The parameter flush
1318 is as in the deflate() function. The return value is the zlib error number 1318 is as in the deflate() function. The return value is the zlib error number
1319 (see function gzerror below). 1319 (see function gzerror below). gzflush is only permitted when writing.
1320 1320
1321 If the flush parameter is Z_FINISH, the remaining data is written and the 1321 If the flush parameter is Z_FINISH, the remaining data is written and the
1322 gzip stream is completed in the output. If gzwrite() is called again, a new 1322 gzip stream is completed in the output. If gzwrite() is called again, a new