12af503bcStholo /* inffast.h -- header to use inffast.c 236f395ceStb * Copyright (C) 1995-2003, 2010 Mark Adler 32af503bcStholo * For conditions of distribution and use, see copyright notice in zlib.h 42af503bcStholo */ 52af503bcStholo 62af503bcStholo /* WARNING: this file should *not* be used by applications. It is 72af503bcStholo part of the implementation of the compression library and is 82af503bcStholo subject to change. Applications should only use zlib.h. 92af503bcStholo */ 102af503bcStholo 11*a04ea15dStb void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start); 12