added missing prototypes
authorstefan <none@none>
Tue, 13 May 2003 09:19:11 +0000 (09:19 +0000)
committerstefan <none@none>
Tue, 13 May 2003 09:19:11 +0000 (09:19 +0000)
loader.c
loader.h
src/vm/loader.c
src/vm/loader.h

index b50f419e922d839626a6511abe47032ac08734b5..7905c1ef57668e2728cc7a458aafa038353899f9 100644 (file)
--- a/loader.c
+++ b/loader.c
@@ -34,6 +34,8 @@
 #include "toolbox/memory.h"
 #endif
 
+#include "toolbox/loging.h"
+
 #include "threads/thread.h"
 #include <sys/stat.h>
 
index af21c53458c165894b53819831612e8f1a2b409e..81fbbb47eeef929bc3835998de2613054a82c201 100644 (file)
--- a/loader.h
+++ b/loader.h
@@ -32,6 +32,8 @@ extern list linkedclasses;       /* List containing all linked classes */
 /* initialize laoder, load important systemclasses */
 void loader_init ();
 
+void suck_init(char *cpath);
+
 /* free resources */
 void loader_close ();
 
index b50f419e922d839626a6511abe47032ac08734b5..7905c1ef57668e2728cc7a458aafa038353899f9 100644 (file)
@@ -34,6 +34,8 @@
 #include "toolbox/memory.h"
 #endif
 
+#include "toolbox/loging.h"
+
 #include "threads/thread.h"
 #include <sys/stat.h>
 
index af21c53458c165894b53819831612e8f1a2b409e..81fbbb47eeef929bc3835998de2613054a82c201 100644 (file)
@@ -32,6 +32,8 @@ extern list linkedclasses;       /* List containing all linked classes */
 /* initialize laoder, load important systemclasses */
 void loader_init ();
 
+void suck_init(char *cpath);
+
 /* free resources */
 void loader_close ();