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 a4f153665..c1db409e5 100644 --- a/libguile/modules.h +++ b/libguile/modules.h @@ -48,11 +48,13 @@ +extern SCM scm_the_root_module (void); 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_resolve_module (SCM name); extern SCM scm_load_scheme_module (SCM name); extern void scm_init_modules (void); extern void scm_post_boot_init_modules (void); |