summaryrefslogtreecommitdiff
path: root/libguile/foreign.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/foreign.h')
-rw-r--r--libguile/foreign.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/foreign.h b/libguile/foreign.h
index 53f39d5c7..4c1a19f1f 100644
--- a/libguile/foreign.h
+++ b/libguile/foreign.h
@@ -101,8 +101,6 @@ 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 union scm_vm_stack_element *argv);
-SCM_INTERNAL int scm_i_foreign_arity (SCM foreign,
- int *req, int *opt, int *rest);