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