Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

inffast.h

Go to the documentation of this file.
00001 /* inffast.h -- header to use inffast.c
00002  * Copyright (C) 1995-1998 Mark Adler
00003  * For conditions of distribution and use, see copyright notice in zlib.h 
00004  */
00005 
00006 /* WARNING: this file should *not* be used by applications. It is
00007    part of the implementation of the compression library and is
00008    subject to change. Applications should only use zlib.h.
00009  */
00010 
00011 extern int inflate_fast OF((
00012     uInt,
00013     uInt,
00014     inflate_huft *,
00015     inflate_huft *,
00016     inflate_blocks_statef *,
00017     z_streamp ));

Generated on Sat Oct 13 16:08:38 2001 for XMILL by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001