2002-08-02 10:01:35 +00:00
|
|
|
/* infcodes.h -- header to use infcodes.c
|
|
|
|
* Copyright (C) 1995-1998 Mark Adler
|
|
|
|
* For conditions of distribution and use, see copyright notice in zlib.h
|
|
|
|
*/
|
|
|
|
|
2002-10-02 17:19:37 +00:00
|
|
|
extern void inflate_codes_new OF((
|
|
|
|
inflate_codes_statef *, uInt, uInt,
|
2002-09-30 17:39:10 +00:00
|
|
|
inflate_huft *, inflate_huft *));
|
2002-08-02 10:01:35 +00:00
|
|
|
|
|
|
|
extern int inflate_codes OF((
|
|
|
|
z_streamp ,
|
2002-10-02 17:19:37 +00:00
|
|
|
int));
|