/************************************************************************* * (C) 2010 AITNET ltd - Sofia/Bulgaria - * by Michael Pounov * * $Author: misho $ * $Id: patch.h,v 1.1.1.1.2.1 2010/03/24 16:04:49 misho Exp $ * *************************************************************************/ #ifndef __PATCH_H #define __PATCH_H int sync_buildPatch(void * __restrict, u_int, struct tagPiece ** __restrict); #endif