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, 4 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: #ifndef __ZC_H
    2: #define __ZC_H
    3: 
    4: 
    5: #define Z_CHUNK		16384
    6: 
    7: 
    8: int sync_Deflate(int inf, int outf, int level);
    9: int sync_Inflate(int inf, int outf);
   10: 
   11: 
   12: #endif

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