xref: /titanic_50/usr/src/uts/common/zmod/inffast.h (revision c9431fa1e59a88c2f0abf611f25b97af964449e5)
1*c9431fa1Sahl /* inffast.h -- header to use inffast.c
2*c9431fa1Sahl  * Copyright (C) 1995-2003 Mark Adler
37c478bd9Sstevel@tonic-gate  * For conditions of distribution and use, see copyright notice in zlib.h
47c478bd9Sstevel@tonic-gate  */
57c478bd9Sstevel@tonic-gate 
67c478bd9Sstevel@tonic-gate #pragma ident	"%Z%%M%	%I%	%E% SMI"
77c478bd9Sstevel@tonic-gate 
8*c9431fa1Sahl /* WARNING: this file should *not* be used by applications. It is
9*c9431fa1Sahl    part of the implementation of the compression library and is
10*c9431fa1Sahl    subject to change. Applications should only use zlib.h.
11*c9431fa1Sahl  */
127c478bd9Sstevel@tonic-gate 
13*c9431fa1Sahl void inflate_fast OF((z_streamp strm, unsigned start));
14