]> git.saurik.com Git - wxWidgets.git/blob - utils/Install/inczip/inflate.h
Initial revision
[wxWidgets.git] / utils / Install / inczip / inflate.h
1 /* inflate.h for UnZip -- put in the public domain by Mark Adler
2 version c14f, 23 November 1995 */
3
4
5 /* You can do whatever you like with this source file, though I would
6 prefer that if you modify it and redistribute it that you include
7 comments to that effect with your name and the date. Thank you.
8
9 History:
10 vers date who what
11 ---- --------- -------------- ------------------------------------
12 c14 12 Mar 93 M. Adler made inflate.c standalone with the
13 introduction of inflate.h.
14 c14d 28 Aug 93 G. Roelofs replaced flush/FlushOutput with new version
15 c14e 29 Sep 93 G. Roelofs moved everything into unzip.h; added crypt.h
16 c14f 23 Nov 95 G. Roelofs added UNZIP_INTERNAL to accommodate newly
17 split unzip.h
18 */
19
20 #define UNZIP_INTERNAL
21 #include "unzip.h" /* provides slide[], typedefs and macros */
22 #ifdef FUNZIP
23 # include "crypt.h" /* provides NEXTBYTE macro for crypt version of funzip */
24 #endif