aboutsummaryrefslogtreecommitdiffstats
path: root/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'mem.h')
-rw-r--r--mem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mem.h b/mem.h
index 4b9b095..bcc112f 100644
--- a/mem.h
+++ b/mem.h
@@ -5,5 +5,6 @@
void *xmalloc(size_t size);
void *xrealloc(void *p, size_t size);
+void free_pointer_array(void **array, size_t len);
#endif /* SS_MEM_H */