Initial revision
[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 swf_relocate (u8*data, int length, int*bitmap);
13 #endif // __swf_reallocate__
14