draw.c
changeset 84 052fe7498930
parent 79 aabebd6e61f3
child 93 c498da7520c7
--- a/draw.c	Mon Jul 17 08:37:37 2006 +0200
+++ b/draw.c	Mon Jul 17 09:12:29 2006 +0200
@@ -8,7 +8,7 @@
 #include <string.h>
 #include <X11/Xlocale.h>
 
-/* static functions */
+/* static */
 
 static void
 drawborder(void)
@@ -90,7 +90,7 @@
 	}
 }
 
-/* extern functions */
+/* extern */
 
 void
 drawall()