* init.h (scm_init_guile): New prototype.
[bpt/guile.git] / libguile / init.h
index 1864aab..4367e1a 100644 (file)
@@ -49,6 +49,8 @@
 \f
 extern int scm_initialized_p;
 
+extern void scm_init_guile (void);
+
 extern void scm_boot_guile (int argc, char **argv,
                            void (*main_func) (void *closure,
                                               int argc,