[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.16.1 and 1.5

version 1.4.16.1, 2006/09/30 04:06:51 version 1.5, 2006/03/25 18:36:15
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 *);
 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.4.16.1  
changed lines
  Added in v.1.5