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 45f1bef..61a69a2 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.0.5, September 8th, 2003 2 version 1.2.0.6, September 13th, 2003
3 3
4 Copyright (C) 1995-2003 Jean-loup Gailly and Mark Adler 4 Copyright (C) 1995-2003 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.0.5" 40#define ZLIB_VERSION "1.2.0.6"
41#define ZLIB_VERNUM 0x1205 41#define ZLIB_VERNUM 0x1206
42 42
43/* 43/*
44 The 'zlib' compression library provides in-memory compression and 44 The 'zlib' compression library provides in-memory compression and
@@ -777,7 +777,7 @@ ZEXTERN int ZEXPORT inflateBack OF((z_stream FAR *strm,
777 777
778 The in_desc and out_desc parameters of inflateBack() is passed as the 778 The in_desc and out_desc parameters of inflateBack() is passed as the
779 first parameter of in() and out() respectively when they are called. These 779 first parameter of in() and out() respectively when they are called. These
780 descriptors can be optinally used to pass any information that the caller- 780 descriptors can be optionally used to pass any information that the caller-
781 supplied in() and out() functions need to do their job. 781 supplied in() and out() functions need to do their job.
782 782
783 On return, inflateBack() will set strm->next_in and strm->avail_in to 783 On return, inflateBack() will set strm->next_in and strm->avail_in to