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

Diff for /src/usr.bin/ssh/sshlogin.h between version 1.7 and 1.8

version 1.7, 2006/07/08 21:47:12 version 1.8, 2006/08/03 03:34:42
Line 11 
Line 11 
  * incompatible with the protocol description in the RFC file, it must be   * incompatible with the protocol description in the RFC file, it must be
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
 #ifndef SSHLOGIN_H  
 #define SSHLOGIN_H  
   
 #include <sys/types.h>  
 #include <sys/socket.h>  
   
 void  void
 record_login(pid_t, const char *, const char *, uid_t,  record_login(pid_t, const char *, const char *, uid_t,
     const char *, struct sockaddr *, socklen_t);      const char *, struct sockaddr *, socklen_t);
 void     record_logout(pid_t, const char *);  void     record_logout(pid_t, const char *);
 time_t   get_last_login_time(uid_t, const char *, char *, size_t);  time_t   get_last_login_time(uid_t, const char *, char *, size_t);
   
 #endif  

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8