dwm-meillo

diff client.c @ 730:8997e28553a8

made some changes more concistent
author Anselm R. Garbe <arg@suckless.org>
date Mon, 05 Feb 2007 11:19:46 +0100
parents d99be681d502
children 29c9b557ed95
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) {