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

Diff for /src/usr.bin/ssh/authfd.c between version 1.31 and 1.32

version 1.31, 2000/12/19 23:17:55 version 1.32, 2000/12/20 19:37:21
Line 62 
Line 62 
 /* Returns the number of the authentication fd, or -1 if there is none. */  /* Returns the number of the authentication fd, or -1 if there is none. */
   
 int  int
 ssh_get_authentication_socket()  ssh_get_authentication_socket(void)
 {  {
         const char *authsocket;          const char *authsocket;
         int sock, len;          int sock, len;
Line 167 
Line 167 
  */   */
   
 AuthenticationConnection *  AuthenticationConnection *
 ssh_get_authentication_connection()  ssh_get_authentication_connection(void)
 {  {
         AuthenticationConnection *auth;          AuthenticationConnection *auth;
         int sock;          int sock;

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32