File:  [ELWIX - Embedded LightWeight unIX -] / libaitsync / inc / zc.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 24 16:00:15 2010 UTC (14 years, 2 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

#ifndef __ZC_H
#define __ZC_H


#define Z_CHUNK		16384


int sync_Deflate(int inf, int outf, int level);
int sync_Inflate(int inf, int outf);


#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>