summaryrefslogtreecommitdiff
path: root/src/xmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmalloc.h')
-rw-r--r--src/xmalloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmalloc.h b/src/xmalloc.h
index 7ec9b61..6471371 100644
--- a/src/xmalloc.h
+++ b/src/xmalloc.h
@@ -6,5 +6,6 @@ void *xmalloc (size_t size);
void *xcalloc (size_t nmemb, size_t size);
void *xrealloc (void *ptr, size_t size);
char *xstrdup (const char *s);
+void xfree(void *ptr);
#endif