summaryrefslogtreecommitdiff
path: root/protocols/Twitter/src/oauth/xmalloc.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-08-15 20:18:45 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-08-15 20:18:45 +0000
commit5a05cf333b59f303872f9064200db7362f7a55fc (patch)
treec7b0ebbb721da725a95d5ba63db565873cb18ba7 /protocols/Twitter/src/oauth/xmalloc.h
parentf440b596fc8670be8ea3fb1ec31322a3e4e4b9c7 (diff)
removed not used files
git-svn-id: http://svn.miranda-ng.org/main/trunk@5709 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src/oauth/xmalloc.h')
-rw-r--r--protocols/Twitter/src/oauth/xmalloc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/protocols/Twitter/src/oauth/xmalloc.h b/protocols/Twitter/src/oauth/xmalloc.h
deleted file mode 100644
index 7ec9b61fdd..0000000000
--- a/protocols/Twitter/src/oauth/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