aboutsummaryrefslogtreecommitdiffstats
path: root/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'mem.h')
-rw-r--r--mem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mem.h b/mem.h
index 8c1c7e2..4b9b095 100644
--- a/mem.h
+++ b/mem.h
@@ -3,6 +3,7 @@
#include <stddef.h>
-void* xmalloc(size_t size);
+void *xmalloc(size_t size);
+void *xrealloc(void *p, size_t size);
#endif /* SS_MEM_H */