annotate src/zlib-1.2.8/inffast.h @ 56:af97cad61ff0

Add updated build of PortAudio for OSX
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 03 Jan 2017 15:10:52 +0000
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));