Return to patch.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitsync / inc |
1.1 ! misho 1: #ifndef __PATCH_H ! 2: #define __PATCH_H ! 3: ! 4: ! 5: int sync_buildPatch(void * __restrict, u_int, struct tagPiece ** __restrict); ! 6: ! 7: ! 8: #endif