git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cf5884
)
added function map_ids_mem().
author
kramm
<kramm>
Thu, 29 Nov 2001 18:31:43 +0000
(18:31 +0000)
committer
kramm
<kramm>
Thu, 29 Nov 2001 18:31:43 +0000
(18:31 +0000)
src/reloc.h
patch
|
blob
|
history
diff --git
a/src/reloc.h
b/src/reloc.h
index
8624c44
..
ce849ec
100644
(file)
--- 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__