File:  [ELWIX - Embedded LightWeight unIX -] / libaitsync / inc / patch.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 (14 years, 3 months ago) by misho
Branches: sync1_0
Diff to: branchpoint 1.1.1.1: preferred, unified
add author

    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: patch.h,v 1.1.1.1.2.1 2010/03/24 16:04:49 misho Exp $
    7: *
    8: *************************************************************************/
    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>