[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.12 and 1.13

version 1.12, 2004/11/07 00:01:46 version 1.13, 2005/06/16 03:38:36
Line 37 
Line 37 
   
 /* Client side main loop for the interactive session. */  /* Client side main loop for the interactive session. */
 int      client_loop(int, int, int);  int      client_loop(int, int, int);
   void     client_x11_get_proto(const char *, const char *, u_int,
               char **, char **);
 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 *, char **, dispatch_fn *);              int, Buffer *, char **, dispatch_fn *);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13