2 Header file for reloc.c
4 Part of the swftools package.
6 Copyright (c) 2001 Matthias Kramm <kramm@quiss.org>
8 This file is distributed under the GPL, see file COPYING for details */
10 #ifndef __swf_reallocate__
11 #define __swf_reallocate__
12 void map_ids_mem(unsigned char*mem, int length, void(*callback)(void*));
13 void swf_relocate (unsigned char*data, int length, int*bitmap);
14 #endif // __swf_reallocate__