diff options
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); |