Go to the documentation of this file.
13 #ifndef AQEBICS_MSG_ZIP_H
14 #define AQEBICS_MSG_ZIP_H
18 #include <gwenhywfar/buffer.h>
21 int EB_Zip_Deflate(
const char *ptr,
unsigned int size, GWEN_BUFFER *buf);
22 int EB_Zip_Inflate(
const char *ptr,
unsigned int size, GWEN_BUFFER *buf);