diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1998-11-23 02:35:11 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1998-11-23 02:35:11 +0000 |
commit | 281004cc989148a526add88c073b9279e4b6e25c (patch) | |
tree | 4cbbebd6d2c4fd387170358024f4adb395e1d4ba /libguile/modules.h | |
parent | 1330700c7d48982bfb0e22e47225b6ea7df0fd03 (diff) | |
download | guile-281004cc989148a526add88c073b9279e4b6e25c.tar.gz |
* modules.c (scm_make_module): Beautify the module.
Diffstat (limited to 'libguile/modules.h')
-rw-r--r-- | libguile/modules.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/modules.h b/libguile/modules.h index b6bc6213a..a4f153665 100644 --- a/libguile/modules.h +++ b/libguile/modules.h @@ -51,7 +51,9 @@ extern SCM scm_selected_module (void); extern SCM scm_select_module (SCM module); extern SCM scm_make_module (SCM name); +extern SCM scm_ensure_user_module (SCM name); extern SCM scm_module_lookup_closure (SCM module); +extern SCM scm_load_scheme_module (SCM name); extern void scm_init_modules (void); extern void scm_post_boot_init_modules (void); |