www.pudn.com > 200410111032011273DESMD5ZLIB算法源代码.rar > Inffast.h


#ifndef _INFFAST_H_ 
#define _INFFAST_H_ 
/* WARNING: this file should *not* be used by applications. It is 
   part of the implementation of the compression library and is 
   subject to change. Applications should only use zlib.h. 
 */ 
 
extern int inflate_fast ( 
    unsigned int, 
    unsigned int, 
    inflate_huft *, 
    inflate_huft *, 
    inflate_blocks_statef *, 
    z_streamp ); 
 
#endif /*_INFFAST_H_*/