nszlib.h

Go to the documentation of this file.
00001 
00035 #ifndef NSZLIB_H
00036 #define NSZLIB_H
00037 
00038 #include "ns.h"
00039 #include "zlib.h"
00040 
00041 NS_EXTERN unsigned char *Ns_ZlibCompress(unsigned char *inbuf,
00042                                          unsigned long inlen,
00043                                          unsigned long *outlen);
00044 NS_EXTERN unsigned char *Ns_ZlibUncompress(unsigned char *inbuf,
00045                                            unsigned long inlen,
00046                                            unsigned long *outlen);
00047 #endif

Generated on Tue Sep 4 19:58:55 2007 by  doxygen 1.5.1