os/ossrv/compressionlibs/ziplib/src/zlib/inffast.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/* inffast.h -- header to use inffast.c
sl@0
     2
 * Copyright (C) 1995-2003 Mark Adler
sl@0
     3
 * For conditions of distribution and use, see copyright notice in zlib.h
sl@0
     4
 */
sl@0
     5
sl@0
     6
/* WARNING: this file should *not* be used by applications. It is
sl@0
     7
   part of the implementation of the compression library and is
sl@0
     8
   subject to change. Applications should only use zlib.h.
sl@0
     9
 */
sl@0
    10
sl@0
    11
void inflate_fast OF((z_streamp strm, unsigned start));