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