[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.21 and 1.22

version 1.21, 2008/06/12 04:06:00 version 1.22, 2008/06/12 15:19:17
Line 48 
Line 48 
   
 /* Escape filter for protocol 2 sessions */  /* Escape filter for protocol 2 sessions */
 void    *client_new_escape_filter_ctx(int);  void    *client_new_escape_filter_ctx(int);
   void     client_filter_cleanup(int, void *);
 int      client_simple_escape_filter(Channel *, char *, int);  int      client_simple_escape_filter(Channel *, char *, int);
   
 /* Global request confirmation callbacks */  /* Global request confirmation callbacks */

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22