summaryrefslogtreecommitdiffstats
path: root/inc/xfuncs.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/xfuncs.h')
-rw-r--r--inc/xfuncs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/xfuncs.h b/inc/xfuncs.h
index 0be1f801..20284564 100644
--- a/inc/xfuncs.h
+++ b/inc/xfuncs.h
@@ -33,6 +33,7 @@ int ndelay_on(int fd);
int ndelay_off(int fd);
int close_on_exec_on(int fd);
+void* xcalloc(size_t nmemb, size_t size);
void* xmalloc(size_t size);
void* xrealloc(void *ptr, size_t size);
void* xzalloc(size_t size);