[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.4 and 1.4.16.1

version 1.4, 2002/08/29 15:57:25 version 1.4.16.1, 2006/09/30 04:06:51
Line 1 
Line 1 
 /*      $OpenBSD$       */  /* $OpenBSD$ */
   
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
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  
   
 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 *);
 u_long   get_last_login_time(uid_t, const char *, char *, u_int);  time_t   get_last_login_time(uid_t, const char *, char *, size_t);
   
 #endif  

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.16.1