File indexing completed on 2024-04-14 03:46:48

0001 /* inffast.h -- header to use inffast.c
0002  * Copyright (C) 1995-2003, 2010 Mark Adler
0003  * For conditions of distribution and use, see copyright notice in zlib.h
0004  */
0005 
0006 /* WARNING: this file should *not* be used by applications. It is
0007    part of the implementation of the compression library and is
0008    subject to change. Applications should only use zlib.h.
0009  */
0010 
0011 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));