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