1d4afb5ceSopenharmony_ci/* inffast.h -- header to use inffast.c
2d4afb5ceSopenharmony_ci * Copyright (C) 1995-2003, 2010 Mark Adler
3d4afb5ceSopenharmony_ci * For conditions of distribution and use, see copyright notice in zlib.h
4d4afb5ceSopenharmony_ci */
5d4afb5ceSopenharmony_ci
6d4afb5ceSopenharmony_ci/* WARNING: this file should *not* be used by applications. It is
7d4afb5ceSopenharmony_ci   part of the implementation of the compression library and is
8d4afb5ceSopenharmony_ci   subject to change. Applications should only use zlib.h.
9d4afb5ceSopenharmony_ci */
10d4afb5ceSopenharmony_ci
11d4afb5ceSopenharmony_civoid ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
12