aboutsummaryrefslogtreecommitdiffstats
path: root/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'stack.h')
-rw-r--r--stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.h b/stack.h
index 3bc308c..3769fd5 100644
--- a/stack.h
+++ b/stack.h
@@ -23,7 +23,7 @@ void stack_push(stack *s, stackitem si);
int stack_depth(stack *s);
-void stack_printall(stack *s);
+void stack_tostringappend(stack* s, int sbmaxlen, char* sb);
void stack_roll(stack *s);