117651Speter/* inffast.h -- header to use inffast.c
2206905Sdelphij * Copyright (C) 1995-2003, 2010 Mark Adler
3131377Stjr * For conditions of distribution and use, see copyright notice in zlib.h
417651Speter */
517651Speter
617651Speter/* WARNING: this file should *not* be used by applications. It is
717651Speter   part of the implementation of the compression library and is
817651Speter   subject to change. Applications should only use zlib.h.
917651Speter */
1017651Speter
11206905Sdelphijvoid ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
12