diff options
author | 2003-06-26 23:19:53 +0000 | |
---|---|---|
committer | 2003-06-26 23:19:53 +0000 | |
commit | 31ffb50889e2cf7037b3945f1df26d41ef7607eb (patch) | |
tree | f55cf24f2467c4483427d00151e75282d289dbd7 /lib/libskey | |
parent | ansi (diff) | |
download | wireguard-openbsd-31ffb50889e2cf7037b3945f1df26d41ef7607eb.tar.xz wireguard-openbsd-31ffb50889e2cf7037b3945f1df26d41ef7607eb.zip |
simple protos
Diffstat (limited to 'lib/libskey')
-rw-r--r-- | lib/libskey/skeysubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libskey/skeysubr.c b/lib/libskey/skeysubr.c index 30e38a0bd92..9a5d6f8be39 100644 --- a/lib/libskey/skeysubr.c +++ b/lib/libskey/skeysubr.c @@ -9,7 +9,7 @@ * * S/Key misc routines. * - * $OpenBSD: skeysubr.c,v 1.26 2003/04/03 17:48:50 millert Exp $ + * $OpenBSD: skeysubr.c,v 1.27 2003/06/26 23:19:53 deraadt Exp $ */ #include <stdio.h> @@ -276,7 +276,7 @@ rip(char *buf) char * readpass(char *buf, int n) { - void (*old_handler)(); + void (*old_handler)(int); /* Turn off echoing */ skey_echo(0); |