--- SheepShaver/src/include/rsrc_patches.h 2005/01/30 21:48:21 1.3 +++ SheepShaver/src/include/rsrc_patches.h 2006/05/03 21:45:14 1.4 @@ -22,6 +22,7 @@ #define RSRC_PATCHES_H extern void CheckLoad(uint32 type, int16 id, uint16 *p, uint32 size); +extern void CheckLoad(uint32 type, const char *name, uint16 *p, uint32 size); extern void PatchNativeResourceManager(void); #endif