aqbanking  5.7.8
zip.h
Go to the documentation of this file.
1 /***************************************************************************
2  $RCSfile: adminjobs.h,v $
3  -------------------
4  cvs : $Id: adminjobs.h,v 1.3 2006/01/13 13:59:58 cstim Exp $
5  begin : Mon Mar 01 2004
6  copyright : (C) 2004 by Martin Preuss
7  email : martin@libchipcard.de
8 
9  ***************************************************************************
10  * Please see toplevel file COPYING for license details *
11  ***************************************************************************/
12 
13 #ifndef AQEBICS_MSG_ZIP_H
14 #define AQEBICS_MSG_ZIP_H
15 
16 #include <aqebics/aqebics.h>
17 
18 #include <gwenhywfar/buffer.h>
19 
20 
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);
23 
24 
25 
26 #endif
27 
28 
29 
int EB_Zip_Inflate(const char *ptr, unsigned int size, GWEN_BUFFER *buf)
int EB_Zip_Deflate(const char *ptr, unsigned int size, GWEN_BUFFER *buf)