Annotation of libaitsync/inc/patch.h, revision 1.1.1.1.2.1

1.1.1.1.2.1! misho       1: /*************************************************************************
        !             2: * (C) 2010 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
        !             3: *  by Michael Pounov <misho@openbsd-bg.org>
        !             4: *
        !             5: * $Author: misho $
        !             6: * $Id: aitsync.c,v 1.1.1.1 2010/03/24 16:00:15 misho Exp $
        !             7: *
        !             8: *************************************************************************/
1.1       misho       9: #ifndef __PATCH_H
                     10: #define __PATCH_H
                     11: 
                     12: 
                     13: int sync_buildPatch(void * __restrict, u_int, struct tagPiece ** __restrict);
                     14: 
                     15: 
                     16: #endif

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