1106163Sroberto/* inffast.h -- header to use inffast.c
2106163Sroberto * Copyright (C) 1995-2003, 2010 Mark Adler
3106163Sroberto * For conditions of distribution and use, see copyright notice in zlib.h
4106163Sroberto */
5106163Sroberto
6285612Sdelphij/* WARNING: this file should *not* be used by applications. It is
7285612Sdelphij   part of the implementation of the compression library and is
8285612Sdelphij   subject to change. Applications should only use zlib.h.
9106163Sroberto */
10285612Sdelphij
11106163Srobertovoid ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
12285612Sdelphij