* SUPPORT_FMOD: Removed.
[cacao.git] / src / vm / linker.h
index 44e10dc54401fa4e47b178d684cdc60c90851d83..3bb58acfc38ceb12d4abf85783a7923af33a4226 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: linker.h 2181 2005-04-01 16:53:33Z edwin $
+   $Id: linker.h 3266 2005-09-21 20:20:48Z twisti $
 */
 
 
@@ -42,6 +42,7 @@ typedef struct arraydescriptor arraydescriptor;
 typedef struct primitivetypeinfo primitivetypeinfo;
 
 
+#include "vm/class.h"
 #include "vm/references.h"
 
 
@@ -160,11 +161,11 @@ extern primitivetypeinfo primitivetype_table[PRIMITIVETYPE_COUNT];
 
 /* function prototypes ********************************************************/
 
+/* initialize the linker subsystem */
 bool linker_init(void);
-classinfo *link_class(classinfo *c);
 
-/* debug print arraydescriptor */
-void print_arraydescriptor(FILE *file, arraydescriptor *desc);
+/* link a class */
+classinfo *link_class(classinfo *c);
 
 #endif /* _LINKER_H */