annotate src/zlib-1.2.8/inffast.h @ 53:e1712f7d74a4

Rebuild with DW2 exception handling to match Qt
author Chris Cannam
date Thu, 27 Oct 2016 10:26:57 +0100
parents 5ea0608b923f
children
rev   line source
Chris@43 1 /* inffast.h -- header to use inffast.c
Chris@43 2 * Copyright (C) 1995-2003, 2010 Mark Adler
Chris@43 3 * For conditions of distribution and use, see copyright notice in zlib.h
Chris@43 4 */
Chris@43 5
Chris@43 6 /* WARNING: this file should *not* be used by applications. It is
Chris@43 7 part of the implementation of the compression library and is
Chris@43 8 subject to change. Applications should only use zlib.h.
Chris@43 9 */
Chris@43 10
Chris@43 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));