diff -r 8d564b9e3cd4 -r be4f90c03582 view.c --- a/view.c Fri Sep 22 18:48:35 2006 +0200 +++ b/view.c Mon Sep 25 08:21:51 2006 +0200 @@ -7,7 +7,7 @@ /* static */ static Client * -minclient() { +minclient(void) { Client *c, *min; if((clients && clients->isfloat) || arrange == dofloat) @@ -25,7 +25,7 @@ } static void -reorder() { +reorder(void) { Client *c, *newclients, *tail; newclients = tail = NULL; @@ -225,7 +225,7 @@ } void -restack() { +restack(void) { Client *c; XEvent ev;