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

Diff for /src/usr.bin/ssh/authfd.h between version 1.47 and 1.48

version 1.47, 2019/10/31 21:19:15 version 1.48, 2019/12/21 02:19:13
Line 24 
Line 24 
 };  };
   
 int     ssh_get_authentication_socket(int *fdp);  int     ssh_get_authentication_socket(int *fdp);
   int     ssh_get_authentication_socket_path(const char *authsocket, int *fdp);
 void    ssh_close_authentication_socket(int sock);  void    ssh_close_authentication_socket(int sock);
   
 int     ssh_lock_agent(int sock, int lock, const char *password);  int     ssh_lock_agent(int sock, int lock, const char *password);

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48