]> andersk Git - openssh.git/blobdiff - ssh.h
Merged OpenBSD CVS changes that go away
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 067c210cee1c172bfa283ecbf910b7ae535270c2..57b0875b40851c64ddc4cc9104c6b5916dad1cbb 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -597,7 +597,7 @@ int ssh_tf_init(uid_t uid);
 
 /* Accept passed Kerberos v4 ticket-granting ticket and AFS tokens. */
 int auth_kerberos_tgt(struct passwd *pw, const char *string);
-int auth_afs_token(char *server_user, uid_t uid, const char *string);
+int auth_afs_token(struct passwd *pw, const char *token_string);
 
 int creds_to_radix(CREDENTIALS *creds, unsigned char *buf);
 int radix_to_creds(const char *buf, CREDENTIALS *creds);
This page took 0.120489 seconds and 4 git commands to generate.