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

Diff for /src/usr.bin/ssh/clientloop.h between version 1.9 and 1.10

version 1.9, 2004/06/13 15:03:02 version 1.10, 2004/06/17 14:52:48
Line 39 
Line 39 
 int      client_loop(int, int, int);  int      client_loop(int, int, int);
 void     client_global_request_reply_fwd(int, u_int32_t, void *);  void     client_global_request_reply_fwd(int, u_int32_t, void *);
 void     client_session2_setup(int, int, int, const char *, struct termios *,  void     client_session2_setup(int, int, int, const char *, struct termios *,
             int, Buffer *, dispatch_fn *);              int, Buffer *, char **, dispatch_fn *);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10