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