home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / pdflib / pdflib-4.0.1.sit / pdflib-4.0.1 / flate / inffast.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-07-04  |  547 b   |  21 lines  |  [TEXT/CWIE]

  1. /* inffast.h -- header to use inffast.c
  2.  * Copyright (C) 1995-1998 Mark Adler
  3.  * For conditions of distribution and use, see copyright notice in zlib.h 
  4.  */
  5.  
  6. /* WARNING: this file should *not* be used by applications. It is
  7.    part of the implementation of the compression library and is
  8.    subject to change. Applications should only use zlib.h.
  9.  */
  10.  
  11.  
  12. /* $Id: inffast.h,v 1.2 2001/02/14 23:43:18 rjs Exp $ */
  13.  
  14. extern int inflate_fast OF((
  15.     uInt,
  16.     uInt,
  17.     inflate_huft *,
  18.     inflate_huft *,
  19.     inflate_blocks_statef *,
  20.     z_streamp ));
  21.