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