aewl
changeset 730:8997e28553a8
made some changes more concistent
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Mon, 05 Feb 2007 11:19:46 +0100 |
parents | 9c3bf42bdbf4 |
children | 29c9b557ed95 |
files | client.c config.mk |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line diff
1.1 --- a/client.c Mon Feb 05 11:09:53 2007 +0100 1.2 +++ b/client.c Mon Feb 05 11:19:46 2007 +0100 1.3 @@ -7,7 +7,7 @@ 1.4 #include <X11/Xatom.h> 1.5 #include <X11/Xutil.h> 1.6 1.7 -/* static functions */ 1.8 +/* static */ 1.9 1.10 static void 1.11 detachstack(Client *c) { 1.12 @@ -65,7 +65,7 @@ 1.13 return 0; 1.14 } 1.15 1.16 -/* extern functions */ 1.17 +/* extern */ 1.18 1.19 void 1.20 configure(Client *c) {