home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip511.zip / inflate.h < prev    next >
C/C++ Source or Header  |  1994-07-19  |  887b  |  22 lines

  1. /* inflate.h for UnZip -- put in the public domain by Mark Adler
  2.    version c14e, 29 September 1993 */
  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.  */
  17.  
  18. #include "unzip.h"     /* provides slide[], typedefs and macros */
  19. #ifdef FUNZIP
  20. #  include "crypt.h"   /* provides NEXTBYTE macro for crypt version of funzip */
  21. #endif
  22.