infcodes.h

00001 /* infcodes.h -- header to use infcodes.c
00002  * Copyright (C) 1995-2002 Mark Adler
00003  * For conditions of distribution and use, see copyright notice in zlib.h 
00004  */
00005 
00006 /* WARNING: this file should *not* be used by applications. It is
00007    part of the implementation of the compression library and is
00008    subject to change. Applications should only use zlib.h.
00009  */
00010 
00011 struct inflate_codes_state;
00012 typedef struct inflate_codes_state FAR inflate_codes_statef;
00013 
00014 extern inflate_codes_statef *inflate_codes_new OF((
00015     uInt, uInt,
00016     inflate_huft *, inflate_huft *,
00017     z_streamp ));
00018 
00019 extern int inflate_codes OF((
00020     inflate_blocks_statef *,
00021     z_streamp ,
00022     int));
00023 
00024 extern void inflate_codes_free OF((
00025     inflate_codes_statef *,
00026     z_streamp ));
00027 

Generated on Tue Dec 13 14:47:59 2005 for guliverkli by  doxygen 1.4.5