Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/ttxssh.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6809 by doda, Mon Jun 19 12:50:42 2017 UTC revision 6813 by doda, Wed Jun 21 10:08:55 2017 UTC
# Line 338  typedef struct _TInstVar { Line 338  typedef struct _TInstVar {
338  #define SSHv1(pvar) ((pvar)->protocol_major == 1)  #define SSHv1(pvar) ((pvar)->protocol_major == 1)
339  #define SSHv2(pvar) ((pvar)->protocol_major == 2)  #define SSHv2(pvar) ((pvar)->protocol_major == 2)
340    
341    #define LogLevel(pvar, level) ((pvar)->session_settings.LogLevel >= (level))
342    
343  void notify_established_secure_connection(PTInstVar pvar);  void notify_established_secure_connection(PTInstVar pvar);
344  void notify_closed_connection(PTInstVar pvar, char *send_msg);  void notify_closed_connection(PTInstVar pvar, char *send_msg);
345  void notify_nonfatal_error(PTInstVar pvar, char *msg);  void notify_nonfatal_error(PTInstVar pvar, char *msg);

Legend:
Removed from v.6809  
changed lines
  Added in v.6813

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26