aboutsummaryrefslogtreecommitdiffstats
path: root/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'stack.h')
-rw-r--r--stack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stack.h b/stack.h
index 30dc49c..3bc308c 100644
--- a/stack.h
+++ b/stack.h
@@ -29,4 +29,6 @@ void stack_roll(stack *s);
void stack_pick(stack *s);
+void stack_clear(stack *s);
+
#endif