File:  [ELWIX - Embedded LightWeight unIX -] / libaitsync / inc / zc.h
Revision 1.1.1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 24 16:04:49 2010 UTC (15 years, 2 months ago) by misho
Branches: sync1_0
Diff to: branchpoint 1.1.1.1: preferred, unified
add author

/*************************************************************************
* (C) 2010 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
*  by Michael Pounov <misho@openbsd-bg.org>
*
* $Author: misho $
* $Id: zc.h,v 1.1.1.1.2.1 2010/03/24 16:04:49 misho Exp $
*
*************************************************************************/
#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>