static Bool otherwm, readin;
static void
-cleanup() {
+cleanup(void) {
close(STDIN_FILENO);
while(sel) {
resize(sel, True, TopLeft);
}
static void
-scan() {
+scan(void) {
unsigned int i, num;
Window *wins, d1, d2;
XWindowAttributes wa;
}
static void
-setup() {
+setup(void) {
int i, j;
unsigned int mask;
Window w;