made some changes more concistent
Anselm R. Garbe arg@suckless.org
Mon, 05 Feb 2007 11:19:46 +0100
M
client.c
→
client.c
@@ -7,7 +7,7 @@ #include <string.h>
#include <X11/Xatom.h> #include <X11/Xutil.h> -/* static functions */ +/* static */ static void detachstack(Client *c) {@@ -65,7 +65,7 @@ xerrordummy(Display *dsply, XErrorEvent *ee) {
return 0; } -/* extern functions */ +/* extern */ void configure(Client *c) {