summaryrefslogtreecommitdiff
path: root/dsimple.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-28 20:02:03 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-02-01 19:55:42 -0800
commit431c1ed9e1b445e20a9c0413c3faeee566755b4d (patch)
tree12880cc4c963e7980e86ea30305b56a947fd24b0 /dsimple.h
parentd1dbba01539a89e1d56ca261e18ae2e31f075cfe (diff)
inline Realloc() at the one place it's called
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.h1
1 files changed, 0 insertions, 1 deletions
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);