wtc%google.com 9a9b6bcc66 Bug 573367: Update to zlib 1.2.5. The patch is contributed by
Daniel Jeter II <djeter@ripleycable.net>.  r=wtc.
Modified Files:
	README adler32.c compress.c crc32.c deflate.c deflate.h
	example.c infback.c inffast.c inffast.h inflate.c inflate.h
	inftrees.c inftrees.h manifest.mn minigzip.c trees.c trees.h
	uncompr.c zconf.h zlib.h zutil.c zutil.h
Added Files:
	gzclose.c gzguts.h gzlib.c gzread.c gzwrite.c
Removed Files:
	gzio.c


git-svn-id: svn://10.0.0.236/trunk@261079 18797224-902f-48f8-a5cc-f745e15eee43
2010-08-22 01:07:03 +00:00

12 lines
427 B
C

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