summaryrefslogtreecommitdiff
path: root/libguile/stacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/stacks.h')
-rw-r--r--libguile/stacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/stacks.h b/libguile/stacks.h
index 7d018c89a..3cbcb28be 100644
--- a/libguile/stacks.h
+++ b/libguile/stacks.h
@@ -113,7 +113,7 @@ extern SCM scm_stack_type;
SCM scm_stack_p SCM_P ((SCM obj));
-SCM scm_make_stack SCM_P ((SCM obj, SCM outer_cut, SCM inner_cut));
+SCM scm_make_stack SCM_P ((SCM args));
SCM scm_stack_ref SCM_P ((SCM stack, SCM i));
SCM scm_stack_length SCM_P ((SCM stack));