17dd7cddfSDavid du Colombier /* inffast.h -- header to use inffast.c 2*593dc095SDavid du Colombier * Copyright (C) 1995-2003 Mark Adler 37dd7cddfSDavid du Colombier * For conditions of distribution and use, see copyright notice in zlib.h 47dd7cddfSDavid du Colombier */ 57dd7cddfSDavid du Colombier 67dd7cddfSDavid du Colombier /* WARNING: this file should *not* be used by applications. It is 77dd7cddfSDavid du Colombier part of the implementation of the compression library and is 87dd7cddfSDavid du Colombier subject to change. Applications should only use zlib.h. 97dd7cddfSDavid du Colombier */ 107dd7cddfSDavid du Colombier 11*593dc095SDavid du Colombier void inflate_fast OF((z_streamp strm, unsigned start)); 12