diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-08-15 20:18:45 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-08-15 20:18:45 +0000 |
commit | 5a05cf333b59f303872f9064200db7362f7a55fc (patch) | |
tree | c7b0ebbb721da725a95d5ba63db565873cb18ba7 /protocols/Twitter/src/oauth/xmalloc.h | |
parent | f440b596fc8670be8ea3fb1ec31322a3e4e4b9c7 (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.h | 10 |
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 |