From 4c6a0b999885e903d00ba539fe856ce7ebc3d8df Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 29 Nov 2001 18:31:43 +0000 Subject: [PATCH] added function map_ids_mem(). --- src/reloc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/reloc.h b/src/reloc.h index 8624c44..ce849ec 100644 --- a/src/reloc.h +++ b/src/reloc.h @@ -9,6 +9,7 @@ #ifndef __swf_reallocate__ #define __swf_reallocate__ -void swf_relocate (u8*data, int length, int*bitmap); +void map_ids_mem(unsigned char*mem, int length, void(*callback)(void*)); +void swf_relocate (unsigned char*data, int length, int*bitmap); #endif // __swf_reallocate__ -- 1.7.10.4