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