Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|