www.pudn.com > RakNet-2.52.zip > CreatePatch.h


/// Given \a old and \a new , return \a out which will contain a patch to get from \a old to \a new .  \a out is allocated for you. 
bool CreatePatch(char *old, unsigned oldsize, char *_new, unsigned int newsize, char **out, unsigned *outSize);