diff options
Diffstat (limited to 'libguile/modules.h')
-rw-r--r-- | libguile/modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/modules.h b/libguile/modules.h index 57db947ba..95906261f 100644 --- a/libguile/modules.h +++ b/libguile/modules.h @@ -84,6 +84,7 @@ extern SCM scm_module_tag; extern SCM scm_the_root_module (void); extern SCM scm_current_module (void); +extern SCM scm_current_module_lookup_closure (void); extern SCM scm_interaction_environment (void); extern SCM scm_set_current_module (SCM module); extern SCM scm_make_module (SCM name); |