diff options
Diffstat (limited to 'src/include/stack.h')
-rw-r--r-- | src/include/stack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/stack.h b/src/include/stack.h index 6b0ed9a..e5630fc 100644 --- a/src/include/stack.h +++ b/src/include/stack.h @@ -15,4 +15,6 @@ hash_table_t *stack_peek(stack_t *s); hash_table_t *stack_pop(stack_t *s); bool is_empty(stack_t *s); + +void stack_free(stack_t *s); #endif |