From 431c1ed9e1b445e20a9c0413c3faeee566755b4d Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 28 Jan 2011 20:02:03 -0800 Subject: inline Realloc() at the one place it's called Signed-off-by: Alan Coopersmith Reviewed-by: Julien Cristau --- dsimple.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dsimple.h') diff --git a/dsimple.h b/dsimple.h index c1ccce6..6af16fd 100644 --- a/dsimple.h +++ b/dsimple.h @@ -58,7 +58,6 @@ extern int screen; /* The current screen */ /* Declarations for functions in dsimple.c */ -char *Realloc(char *, int); void Setup_Display_And_Screen(int *, char **); void Close_Display(void); void usage(void); -- cgit v1.2.3