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