diff -r 4d9c86f8ed65 -r 99ee5c370f94 layout.c --- a/layout.c Mon Aug 13 19:22:51 2007 +0200 +++ b/layout.c Mon Aug 13 20:06:00 2007 +0200 @@ -2,6 +2,8 @@ #include "dwm.h" #include +/* static */ + typedef struct { const char *symbol; void (*arrange)(void); @@ -10,10 +12,8 @@ unsigned int blw = 0; static Layout *lt = NULL; -/* static */ - static void -floating(void) { +floating(void) { /* default floating layout */ Client *c; for(c = clients; c; c = c->next)