added lib/modules/swfsound.c
[swftools.git] / src / reloc.h
1 /* reloc.h
2    Header file for reloc.c
3
4    Part of the swftools package.
5    
6    Copyright (c) 2001 Matthias Kramm <kramm@quiss.org> 
7
8    This file is distributed under the GPL, see file COPYING for details */
9
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__
15