summaryrefslogtreecommitdiff
path: root/zwgc/main.h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2008-01-21 03:11:44 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2008-01-21 03:11:44 +0000
commitb6ea75cfc9712b77a0886c4348d6fb519641e40e (patch)
tree65f68bb2db7c6118e80670cd5edc297159f43409 /zwgc/main.h
parent71f70d3066d1c038e1794c4ffe804591eda3d1af (diff)
de K&Rify, fix prototypes
Diffstat (limited to 'zwgc/main.h')
-rw-r--r--zwgc/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/main.h b/zwgc/main.h
index 7b6405d..3d6ea05 100644
--- a/zwgc/main.h
+++ b/zwgc/main.h
@@ -33,7 +33,7 @@ extern char *location_override;
* program with error code 1.
*/
-extern void usage();
+extern void usage(void);
/* USRDESC points to a file (relative to user's homedir) which has a user's
description file */