xref: /illumos-gate/usr/src/contrib/zlib/inffast.h (revision b8382935)
1*b8382935SToomas Soome /* inffast.h -- header to use inffast.c
2*b8382935SToomas Soome  * Copyright (C) 1995-2003, 2010 Mark Adler
3*b8382935SToomas Soome  * For conditions of distribution and use, see copyright notice in zlib.h
4*b8382935SToomas Soome  */
5*b8382935SToomas Soome 
6*b8382935SToomas Soome /* WARNING: this file should *not* be used by applications. It is
7*b8382935SToomas Soome    part of the implementation of the compression library and is
8*b8382935SToomas Soome    subject to change. Applications should only use zlib.h.
9*b8382935SToomas Soome  */
10*b8382935SToomas Soome 
11*b8382935SToomas Soome void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
12