diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:19:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:19:35 +0000 |
commit | ab174484018e75ef00e99c3f73be23ce9db3cdd4 (patch) | |
tree | 2087f787c9b60ea45040a0dbb8233c0861001961 /usr.bin/compile_et | |
parent | f201158bc7b302f2c64efddd072ac22b68b40f3e (diff) |
add a missing proto
Diffstat (limited to 'usr.bin/compile_et')
-rw-r--r-- | usr.bin/compile_et/compile_et.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/compile_et/compile_et.c b/usr.bin/compile_et/compile_et.c index 37478fc46b8..cb3b75e2b72 100644 --- a/usr.bin/compile_et/compile_et.c +++ b/usr.bin/compile_et/compile_et.c @@ -1,4 +1,4 @@ -/* $OpenBSD: compile_et.c,v 1.9 2000/12/24 11:53:11 aaron Exp $ */ +/* $OpenBSD: compile_et.c,v 1.10 2003/06/25 21:19:34 deraadt Exp $ */ /* * Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). @@ -180,7 +180,7 @@ generate(void) } static void -usage() +usage(void) { extern char *__progname; |