1168404Spjd/* inffast.h -- header to use inffast.c
2168404Spjd * Copyright (C) 1995-2003 Mark Adler
3168404Spjd * For conditions of distribution and use, see copyright notice in zlib.h
4168404Spjd */
5168404Spjd
6168404Spjd#pragma ident	"%Z%%M%	%I%	%E% SMI"
7168404Spjd
8168404Spjd/* WARNING: this file should *not* be used by applications. It is
9168404Spjd   part of the implementation of the compression library and is
10168404Spjd   subject to change. Applications should only use zlib.h.
11168404Spjd */
12168404Spjd
13168404Spjdvoid inflate_fast OF((z_streamp strm, unsigned start));
14