[BACK]Return to ssh.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.h between version 1.43 and 1.44

version 1.43, 2000/05/03 10:21:48 version 1.44, 2000/05/04 22:38:00
Line 489 
Line 489 
 int     auth_kerberos_tgt(struct passwd * pw, const char *string);  int     auth_kerberos_tgt(struct passwd * pw, const char *string);
 int     auth_afs_token(struct passwd * pw, const char *token_string);  int     auth_afs_token(struct passwd * pw, const char *token_string);
   
 int     creds_to_radix(CREDENTIALS * creds, unsigned char *buf);  int     creds_to_radix(CREDENTIALS * creds, unsigned char *buf, size_t buflen);
 int     radix_to_creds(const char *buf, CREDENTIALS * creds);  int     radix_to_creds(const char *buf, CREDENTIALS * creds);
 #endif                          /* AFS */  #endif                          /* AFS */
   

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44