main.c
changeset 487 be4f90c03582
parent 473 2d8af0d7920d
child 505 2c29d74b11dc
--- a/main.c	Fri Sep 22 18:48:35 2006 +0200
+++ b/main.c	Mon Sep 25 08:21:51 2006 +0200
@@ -38,7 +38,7 @@
 static Bool otherwm, readin;
 
 static void
-cleanup() {
+cleanup(void) {
 	close(STDIN_FILENO);
 	while(sel) {
 		resize(sel, True, TopLeft);
@@ -58,7 +58,7 @@
 }
 
 static void
-scan() {
+scan(void) {
 	unsigned int i, num;
 	Window *wins, d1, d2;
 	XWindowAttributes wa;
@@ -79,7 +79,7 @@
 }
 
 static void
-setup() {
+setup(void) {
 	int i, j;
 	unsigned int mask;
 	Window w;