Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 298 |
#define SSHv2(pvar) ((pvar)->protocol_major == 2) |
#define SSHv2(pvar) ((pvar)->protocol_major == 2) |
| 299 |
|
|
| 300 |
void notify_established_secure_connection(PTInstVar pvar); |
void notify_established_secure_connection(PTInstVar pvar); |
| 301 |
void notify_closed_connection(PTInstVar pvar); |
void notify_closed_connection(PTInstVar pvar, char FAR * send_msg); |
| 302 |
void notify_nonfatal_error(PTInstVar pvar, char FAR * msg); |
void notify_nonfatal_error(PTInstVar pvar, char FAR * msg); |
| 303 |
void notify_fatal_error(PTInstVar pvar, char FAR * msg); |
void notify_fatal_error(PTInstVar pvar, char FAR * msg, BOOL send_disconnect); |
| 304 |
void notify_verbose_message(PTInstVar pvar, char FAR * msg, int level); |
void notify_verbose_message(PTInstVar pvar, char FAR * msg, int level); |
| 305 |
|
|
| 306 |
void get_teraterm_dir_relative_name(char FAR * buf, int bufsize, char FAR * basename); |
void get_teraterm_dir_relative_name(char FAR * buf, int bufsize, char FAR * basename); |
|
|
Legend:
| Removed from v.5620 |
|
| changed lines |
| |
Added in v.5678 |
|
|
| |