swfcombine now uses librfxswf.
[swftools.git] / src / reloc.h
diff --git a/src/reloc.h b/src/reloc.h
deleted file mode 100644 (file)
index ce849ec..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* 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 map_ids_mem(unsigned char*mem, int length, void(*callback)(void*));
-void swf_relocate (unsigned char*data, int length, int*bitmap);
-#endif // __swf_reallocate__
-