summaryrefslogtreecommitdiff
path: root/src/xmalloc.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2014-04-17 19:21:35 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2014-04-17 19:21:35 +0000
commitfcef386e7515078851ab94c8b3c2686b09cacd96 (patch)
tree9c746953362692b25805582e403b32ec433c4f96 /src/xmalloc.h
parent9ff9d2902caf8a85c5019c11214d73e67053ba69 (diff)
downloadliboauth-fcef386e7515078851ab94c8b3c2686b09cacd96.tar.gz
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