diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-23 22:28:24 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-23 22:28:24 +0000 |
commit | 015df265c53a42d99e1ef1280372510c1a470017 (patch) | |
tree | f73905e79cc20ee36908bc77457a0b4622da1e66 /lib/libskey | |
parent | 1378d6f01a11f0f733bdda45558a05ba27ebb029 (diff) |
sync skeyzero proto with recent changes
Diffstat (limited to 'lib/libskey')
-rw-r--r-- | lib/libskey/skey.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libskey/skey.h b/lib/libskey/skey.h index 0929b08ea34..38dc6fadbdc 100644 --- a/lib/libskey/skey.h +++ b/lib/libskey/skey.h @@ -10,7 +10,7 @@ * * Main client header * - * $OpenBSD: skey.h,v 1.15 2001/06/23 21:09:11 millert Exp $ + * $OpenBSD: skey.h,v 1.16 2001/06/23 22:28:23 millert Exp $ */ #ifndef _SKEY_H_ @@ -71,7 +71,7 @@ void rip __P((char *)); int skeychallenge __P((struct skey *, char *, char *)); int skeylookup __P((struct skey *, char *)); int skeyverify __P((struct skey *, char *)); -int skeyzero __P((struct skey *, char *)); +int skeyzero __P((struct skey *)); void sevenbit __P((char *)); void backspace __P((char *)); char *skipspace __P((char *)); |