1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

* init.h (scm_init_guile): New prototype.

This commit is contained in:
Marius Vollmer 2000-09-03 20:24:18 +00:00
parent 7ad3a9782e
commit 8a443f663a

View file

@ -49,6 +49,8 @@
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,