8 lines
252 B
C
8 lines
252 B
C
![]() |
/* infblock.h -- header to use infblock.c
|
||
|
* Copyright (C) 1995-1998 Mark Adler
|
||
|
* For conditions of distribution and use, see copyright notice in zlib.h
|
||
|
*/
|
||
|
|
||
|
struct inflate_blocks_state;
|
||
|
typedef struct inflate_blocks_state FAR inflate_blocks_statef;
|