diff -r 8d564b9e3cd4 -r be4f90c03582 main.c --- a/main.c Fri Sep 22 18:48:35 2006 +0200 +++ b/main.c Mon Sep 25 08:21:51 2006 +0200 @@ -38,7 +38,7 @@ static Bool otherwm, readin; static void -cleanup() { +cleanup(void) { close(STDIN_FILENO); while(sel) { resize(sel, True, TopLeft); @@ -58,7 +58,7 @@ } static void -scan() { +scan(void) { unsigned int i, num; Window *wins, d1, d2; XWindowAttributes wa; @@ -79,7 +79,7 @@ } static void -setup() { +setup(void) { int i, j; unsigned int mask; Window w;