Eneboo - Documentación para desarrolladores
src/qt/src/3rdparty/zlib/infcodes.h
Ir a la documentación de este archivo.
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     const inflate_huft *,
00017     const inflate_huft *,
00018     z_streamp ));
00019 
00020 extern int inflate_codes OF((
00021     inflate_blocks_statef *,
00022     z_streamp ,
00023     int));
00024 
00025 extern void inflate_codes_free OF((
00026     inflate_codes_statef *,
00027     z_streamp ));
00028 
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'