=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/ssh/ssh.h 1999/11/02 19:10:15 1.16 +++ src/usr.bin/ssh/ssh.h 1999/11/10 22:24:01 1.17 @@ -13,7 +13,7 @@ */ -/* RCSID("$Id: ssh.h,v 1.16 1999/11/02 19:10:15 markus Exp $"); */ +/* RCSID("$Id: ssh.h,v 1.17 1999/11/10 22:24:01 markus Exp $"); */ #ifndef SSH_H #define SSH_H @@ -402,7 +402,7 @@ from the function. */ void fatal_add_cleanup(void (*proc)(void *context), void *context); -/* Removes a cleanup frunction to be called at fatal(). */ +/* Removes a cleanup function to be called at fatal(). */ void fatal_remove_cleanup(void (*proc)(void *context), void *context); /*---------------- definitions for channels ------------------*/ @@ -518,9 +518,6 @@ This should be called in the client only. */ void x11_request_forwarding_with_spoofing(const char *proto, const char *data); -/* Local Xauthority file (server only). */ -extern char *xauthfile; - /* Sends a message to the server to request authentication fd forwarding. */ void auth_request_forwarding(void); @@ -567,7 +564,8 @@ 0 if the client could not be authenticated, and 1 if authentication was successful. This may exit if there is a serious protocol violation. */ int auth_krb4(const char *server_user, KTEXT auth, char **client); -int ssh_tf_init(uid_t uid); +int krb4_init(uid_t uid); +void krb4_cleanup_proc(void *ignore); #ifdef AFS #include