diff options
Diffstat (limited to 'libguile/foreign.h')
-rw-r--r-- | libguile/foreign.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/foreign.h b/libguile/foreign.h index 1c576211f..e534d48cb 100644 --- a/libguile/foreign.h +++ b/libguile/foreign.h @@ -93,8 +93,8 @@ SCM_INTERNAL SCM scm_pointer_to_string (SCM pointer); arguments. */ -SCM_API SCM scm_make_foreign_function (SCM return_type, SCM func_ptr, - SCM arg_types); +SCM_API SCM scm_pointer_to_procedure (SCM return_type, SCM func_ptr, + SCM arg_types); SCM_API SCM scm_procedure_to_pointer (SCM return_type, SCM func_ptr, SCM arg_types); SCM_INTERNAL SCM scm_i_foreign_call (SCM foreign, const SCM *argv); |