2002-03-12 02:40:14 +03:00
|
|
|
/* $NetBSD: inffast.h,v 1.7 2002/03/11 23:40:19 fvdl Exp $ */
|
1996-09-13 04:29:49 +04:00
|
|
|
|
1996-09-12 19:33:09 +04:00
|
|
|
/* inffast.h -- header to use inffast.c
|
2002-03-12 02:40:14 +03:00
|
|
|
* Copyright (C) 1995-2002 Mark Adler
|
1999-07-03 16:30:16 +04:00
|
|
|
* For conditions of distribution and use, see copyright notice in zlib.h
|
1996-09-12 19:33:09 +04:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* 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.
|
|
|
|
*/
|
|
|
|
|
2001-01-08 17:48:19 +03:00
|
|
|
extern int inflate_fast __P((
|
1996-09-12 19:33:09 +04:00
|
|
|
uInt,
|
|
|
|
uInt,
|
|
|
|
inflate_huft *,
|
|
|
|
inflate_huft *,
|
|
|
|
inflate_blocks_statef *,
|
|
|
|
z_streamp ));
|