diff options
Diffstat (limited to 'src/reloc.h')
-rw-r--r-- | src/reloc.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/reloc.h b/src/reloc.h new file mode 100644 index 00000000..8624c440 --- /dev/null +++ b/src/reloc.h @@ -0,0 +1,14 @@ +/* reloc.h + Header file for reloc.c + + Part of the swftools package. + + Copyright (c) 2001 Matthias Kramm <kramm@quiss.org> + + This file is distributed under the GPL, see file COPYING for details */ + +#ifndef __swf_reallocate__ +#define __swf_reallocate__ +void swf_relocate (u8*data, int length, int*bitmap); +#endif // __swf_reallocate__ + |