summaryrefslogtreecommitdiff
path: root/dsimple.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-28 21:46:39 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-02-01 19:53:51 -0800
commitea5ada919258d04e003596ee7079c33b5657dbdc (patch)
tree869653a1aee170b91c7a2761157e4b3b453301d5 /dsimple.h
parentbaed631bfcd091e40f4e84f740c6d86d9fb981b3 (diff)
inline Malloc & Realloc functions
Since stdlib.h versions return void *, remove unneeded casts that the wrappers needed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
Diffstat (limited to 'dsimple.h')
-rw-r--r--dsimple.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dsimple.h b/dsimple.h
index 7c02644..b9e9a66 100644
--- a/dsimple.h
+++ b/dsimple.h
@@ -56,8 +56,6 @@ extern int screen; /* The current screen */
/* Declarations for functions in just_display.c */
-char *Malloc(unsigned);
-char *Realloc(char *,unsigned);
char *Get_Display_Name(int *, char **);
Display *Open_Display(const char *);
void Setup_Display_And_Screen(int *, char **);