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