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