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