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