diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2014-04-17 19:21:35 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2014-04-17 19:21:35 +0000 |
commit | fcef386e7515078851ab94c8b3c2686b09cacd96 (patch) | |
tree | 9c746953362692b25805582e403b32ec433c4f96 /src/xmalloc.h | |
parent | 9ff9d2902caf8a85c5019c11214d73e67053ba69 (diff) | |
download | liboauth-master.tar.gz |
liboauth-1.0.3HEADliboauth-1.0.3master
Diffstat (limited to 'src/xmalloc.h')
-rw-r--r-- | src/xmalloc.h | 1 |
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 |