
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1275 212acab6-be3b-0410-9dea-997c60f758d6
12 lines
No EOL
330 B
C
12 lines
No EOL
330 B
C
/* 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
|
|
*/
|
|
|
|
extern void inflate_codes_new OF((
|
|
inflate_codes_statef *, uInt, uInt,
|
|
inflate_huft *, inflate_huft *));
|
|
|
|
extern int inflate_codes OF((
|
|
z_streamp ,
|
|
int)); |