Index: branches/ErmaC/Enoch/i386/libsaio/binaryPatcher.h =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/binaryPatcher.h (revision 2873) +++ branches/ErmaC/Enoch/i386/libsaio/binaryPatcher.h (revision 2874) @@ -53,20 +53,12 @@ UInt8 *Replace, int MaxReplaces); -unsigned int FindAndReplace(void *sourceData, - UInt32 SourceSize, - UInt32 StartLocation, - UInt8 *Search, - unsigned int SearchSize, - UInt8 *Replace, - int MaxReplaces); - -/* unsigned int FindAndCount(void *sourceData, UInt32 SourceSize, + UInt32 StartLocation, UInt8 *Search, unsigned int SearchSize); -*/ + void pach_binaryUsingDictionary(void *data, UInt32 dataLen, UInt32 StartLocation,