aboutsummaryrefslogtreecommitdiff
path: root/array.h
diff options
context:
space:
mode:
Diffstat (limited to 'array.h')
-rw-r--r--array.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/array.h b/array.h
index d35a1f8..a1ac8c0 100644
--- a/array.h
+++ b/array.h
@@ -21,7 +21,9 @@ err_t array_remove_key(struct bowl *, size_t, struct bowl **);
err_t array_free(struct bowl *);
+err_t array_free_shallow(struct bowl_arr *);
+
#ifdef __cplusplus
}
#endif
-#endif // _ARRAY_H_ \ No newline at end of file
+#endif // _ARRAY_H_