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