[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.29 and 1.30

version 1.29, 1999/12/02 20:05:40 version 1.30, 1999/12/06 20:15:29
Line 681 
Line 681 
         struct envstring *next;          struct envstring *next;
         char   *s;          char   *s;
 };  };
   
   /*
    * Ensure all of data on socket comes through. f==read || f==write
    */
   int     atomicio(int (*f)(), int fd, void *s, size_t n);
   
 #ifdef KRB4  #ifdef KRB4
 #include <krb.h>  #include <krb.h>
   
 /*  /*
  * Performs Kerberos v4 mutual authentication with the client. This returns 0   * Performs Kerberos v4 mutual authentication with the client. This returns 0
  * if the client could not be authenticated, and 1 if authentication was   * if the client could not be authenticated, and 1 if authentication was

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30