summaryrefslogtreecommitdiffstats
path: root/src/xmalloc.h
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2008-05-30 17:32:12 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2008-05-30 17:32:12 +0000
commit7bafb94dca6393a48f774e987870f91f9fd82d73 (patch)
treefbd384123acbc5749983ed1454619e8586d5e385 /src/xmalloc.h
parentbb899c9dda1b0e7d317b89ee5bdca96b3d499c4d (diff)
downloadhaserl-7bafb94dca6393a48f774e987870f91f9fd82d73.tar.bz2
haserl-7bafb94dca6393a48f774e987870f91f9fd82d73.tar.xz
llist stuff
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);