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

Diff for /src/usr.bin/ssh/session.h between version 1.1 and 1.2

version 1.1, 2000/03/28 21:15:45 version 1.2, 2000/04/06 08:55:22
Line 4 
Line 4 
 /* SSH1 */  /* SSH1 */
 void    do_authenticated(struct passwd * pw);  void    do_authenticated(struct passwd * pw);
   
   /* SSH2 */
   void    do_authenticated2(void);
   int     session_open(int id);
   void    session_input_channel_req(int id, void *arg);
   void    session_close_by_pid(pid_t pid, int status);
   void    session_close_by_channel(int id, void *arg);
   
 #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2