diff options
Diffstat (limited to 'libguile/modules.h')
-rw-r--r-- | libguile/modules.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/modules.h b/libguile/modules.h index bd14e5ffe..57db947ba 100644 --- a/libguile/modules.h +++ b/libguile/modules.h @@ -83,9 +83,9 @@ extern SCM scm_module_system_booted_p; extern SCM scm_module_tag; extern SCM scm_the_root_module (void); -extern SCM scm_selected_module (void); +extern SCM scm_current_module (void); extern SCM scm_interaction_environment (void); -extern SCM scm_select_module (SCM module); +extern SCM scm_set_current_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); |