diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-09-30 04:10:48 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-09-30 04:10:48 +0000 |
commit | 09018523142f0ccdd3b9f72d5c374ce11c3a2035 (patch) | |
tree | fc6f0d44088f7dcee9476a9470e0eb9bdb7b41a9 /lib/libskey/skeylogin.c | |
parent | f469a7e9998cf5caf8f2f7cdf89a964da45670e0 (diff) |
__ARGS -> __P (why does everyone have to do this differently?)
Diffstat (limited to 'lib/libskey/skeylogin.c')
-rw-r--r-- | lib/libskey/skeylogin.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libskey/skeylogin.c b/lib/libskey/skeylogin.c index b5972f674a2..38cd82c5df9 100644 --- a/lib/libskey/skeylogin.c +++ b/lib/libskey/skeylogin.c @@ -8,7 +8,7 @@ * * S/KEY verification check, lookups, and authentication. * - * $Id: skeylogin.c,v 1.6 1996/09/29 23:35:08 millert Exp $ + * $Id: skeylogin.c,v 1.7 1996/09/30 04:10:46 millert Exp $ */ #include <sys/param.h> @@ -33,8 +33,8 @@ #define _PATH_KEYFILE "/etc/skeykeys" -char *skipspace __ARGS((char *)); -int skeylookup __ARGS((struct skey *, char *)); +char *skipspace __P((char *)); +int skeylookup __P((struct skey *, char *)); /* Issue a skey challenge for user 'name'. If successful, * fill in the caller's skey structure and return 0. If unsuccessful |