From 3ca352edfef5f34993638df9b64bfa4eb7e7ed6d Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 6 Jun 2012 21:39:16 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@345 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Twitter/oauth/src/xmalloc.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 protocols/Twitter/oauth/src/xmalloc.h (limited to 'protocols/Twitter/oauth/src/xmalloc.h') 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 -- cgit v1.2.3