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