client.c
changeset 730 8997e28553a8
parent 725 d99be681d502
child 731 29c9b557ed95
--- a/client.c	Mon Feb 05 11:09:53 2007 +0100
+++ b/client.c	Mon Feb 05 11:19:46 2007 +0100
@@ -7,7 +7,7 @@
 #include <X11/Xatom.h>
 #include <X11/Xutil.h>
 
-/* static functions */
+/* static */
 
 static void
 detachstack(Client *c) {
@@ -65,7 +65,7 @@
 	return 0;
 }
 
-/* extern functions */
+/* extern */
 
 void
 configure(Client *c) {