=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/sshconnect1.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- src/usr.bin/ssh/Attic/sshconnect1.c 2001/02/08 10:47:04 1.23 +++ src/usr.bin/ssh/Attic/sshconnect1.c 2001/02/08 19:30:52 1.24 @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshconnect1.c,v 1.23 2001/02/08 10:47:04 itojun Exp $"); +RCSID("$OpenBSD: sshconnect1.c,v 1.24 2001/02/08 19:30:52 itojun Exp $"); #include #include @@ -56,7 +56,7 @@ * authenticate using the agent. */ int -try_agent_authentication() +try_agent_authentication(void) { int type; char *comment; @@ -380,7 +380,7 @@ #ifdef KRB4 int -try_kerberos_authentication() +try_kerberos_authentication(void) { KTEXT_ST auth; /* Kerberos data */ char *reply; @@ -497,7 +497,7 @@ #ifdef AFS int -send_kerberos_tgt() +send_kerberos_tgt(void) { CREDENTIALS *creds; char pname[ANAME_SZ], pinst[INST_SZ], prealm[REALM_SZ]; @@ -616,7 +616,7 @@ * Note that the client code is not tied to s/key or TIS. */ int -try_challenge_reponse_authentication() +try_challenge_reponse_authentication(void) { int type, i; int payload_len;