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

Diff for /src/usr.bin/ssh/channels.h between version 1.104 and 1.105

version 1.104, 2010/05/14 23:29:23 version 1.105, 2011/06/22 22:08:42
Line 270 
Line 270 
 int      x11_create_display_inet(int, int, int, u_int *, int **);  int      x11_create_display_inet(int, int, int, u_int *, int **);
 void     x11_input_open(int, u_int32_t, void *);  void     x11_input_open(int, u_int32_t, void *);
 void     x11_request_forwarding_with_spoofing(int, const char *, const char *,  void     x11_request_forwarding_with_spoofing(int, const char *, const char *,
              const char *);               const char *, int);
 void     deny_input_open(int, u_int32_t, void *);  void     deny_input_open(int, u_int32_t, void *);
   
 /* agent forwarding */  /* agent forwarding */

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105