Annotation of libaitsync/inc/zc.h, revision 1.1

1.1     ! misho       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>