about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-16 11:35:56 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-16 11:35:56 +0100
commit9715ba82aa4d256a43b3a166c88f3409b873eb32 (patch)
tree1be8655e62ea7d8abcf158f68c26165201c5e320 /dwm.h
parent3c35b90dd3e79e42b115f850dee077eda9816363 (diff)
downloaddwm-9715ba82aa4d256a43b3a166c88f3409b873eb32.tar.gz
removed erealloc (not used) 3.1
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 171cb80..781940a 100644
--- a/dwm.h
+++ b/dwm.h
@@ -143,7 +143,6 @@ extern void toggletag(Arg *arg);		/* toggles c tags with arg's index */
 /* util.c */
 extern void *emallocz(unsigned int size);	/* allocates zero-initialized memory, exits on error */
 extern void eprint(const char *errstr, ...);	/* prints errstr and exits with 1 */
-extern void *erealloc(void *ptr, unsigned int size);	/* reallocates memory, exits on error */
 extern void spawn(Arg *arg);			/* forks a new subprocess with to arg's cmd */
 
 /* view.c */