00001 /* inffast.h -- header to use inffast.c00002 * Copyright (C) 1995-2003 Mark Adler00003 * For conditions of distribution and use, see copyright notice in zlib.h00004 */00005
00006 /* WARNING: this file should *not* be used by applications. It is00007 part of the implementation of the compression library and is00008 subject to change. Applications should only use zlib.h.00009 */00010
00011 voidinflate_fastOF((z_streamp strm, unsignedstart));