--- SheepShaver/src/include/rsrc_patches.h 2002/02/04 16:58:13 1.1.1.1 +++ SheepShaver/src/include/rsrc_patches.h 2008/01/01 09:47:39 1.5 @@ -1,7 +1,7 @@ /* * rsrc_patches.h - Resource patches * - * SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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