summaryrefslogtreecommitdiff
path: root/protocols/Twitter/oauth/src/xmalloc.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-06-06 21:39:16 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-06-06 21:39:16 +0000
commit3ca352edfef5f34993638df9b64bfa4eb7e7ed6d (patch)
treeb55e1540479b1ac6443b3b7bb5671d038a99c133 /protocols/Twitter/oauth/src/xmalloc.h
parent57fa323f2a278b8290d9654da75b5cd488e1f3bc (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@345 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/oauth/src/xmalloc.h')
-rw-r--r--protocols/Twitter/oauth/src/xmalloc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/protocols/Twitter/oauth/src/xmalloc.h b/protocols/Twitter/oauth/src/xmalloc.h
deleted file mode 100644
index 7ec9b61fdd..0000000000
--- a/protocols/Twitter/oauth/src/xmalloc.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _OAUTH_XMALLOC_H
-#define _OAUTH_XMALLOC_H 1
-
-/* Prototypes for functions defined in xmalloc.c */
-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);
-
-#endif