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