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