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