diff draw.c @ 487:be4f90c03582

applied Jukkas patch
author arg@mmvi
date Mon, 25 Sep 2006 08:21:51 +0200
parents 8d564b9e3cd4
children 3a812750f983
line wrap: on
line diff
--- a/draw.c	Fri Sep 22 18:48:35 2006 +0200
+++ b/draw.c	Mon Sep 25 08:21:51 2006 +0200
@@ -80,7 +80,7 @@
 /* extern */
 
 void
-drawall() {
+drawall(void) {
 	Client *c;
 
 	for(c = clients; c; c = getnext(c->next))
@@ -89,7 +89,7 @@
 }
 
 void
-drawstatus() {
+drawstatus(void) {
 	int i, x;
 
 	dc.x = dc.y = 0;