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