summaryrefslogtreecommitdiffstats
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 dd26560..fb38f8c 100644
--- a/src/xmalloc.h
+++ b/src/xmalloc.h
@@ -1,6 +1,7 @@
#ifndef XMALLOC_H
#define XMALLOC_H 1
+
void *xmalloc (size_t size);
void *xrealloc (void *buf, size_t size);