
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1232 212acab6-be3b-0410-9dea-997c60f758d6
7 lines
252 B
C
7 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;
|