JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied Jukkas patch
[dwm.git] / draw.c
diff --git a/draw.c b/draw.c
index 65a3d51..3fbac5b 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -80,7 +80,7 @@ drawtext(const char *text, unsigned long col[ColLast], Bool highlight) {
 /* extern */
 
 void
-drawall() {
+drawall(void) {
        Client *c;
 
        for(c = clients; c; c = getnext(c->next))
@@ -89,7 +89,7 @@ drawall() {
 }
 
 void
-drawstatus() {
+drawstatus(void) {
        int i, x;
 
        dc.x = dc.y = 0;