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