diff util.c @ 75:f08271b7cb20

rearranged several stuff
author Anselm R. Garbe <garbeam@wmii.de>
date Sat, 15 Jul 2006 16:30:50 +0200
parents 50450aa24a46
children 4bd49f404f10
line wrap: on
line diff
--- a/util.c	Fri Jul 14 22:54:09 2006 +0200
+++ b/util.c	Sat Jul 15 16:30:50 2006 +0200
@@ -13,7 +13,7 @@
 #include "dwm.h"
 
 void
-error(const char *errstr, ...) {
+eprint(const char *errstr, ...) {
 	va_list ap;
 	va_start(ap, errstr);
 	vfprintf(stderr, errstr, ap);