Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 342 |
void notify_closed_connection(PTInstVar pvar, char *send_msg); |
void notify_closed_connection(PTInstVar pvar, char *send_msg); |
| 343 |
void notify_nonfatal_error(PTInstVar pvar, char *msg); |
void notify_nonfatal_error(PTInstVar pvar, char *msg); |
| 344 |
void notify_fatal_error(PTInstVar pvar, char *msg, BOOL send_disconnect); |
void notify_fatal_error(PTInstVar pvar, char *msg, BOOL send_disconnect); |
| 345 |
void notify_verbose_message(PTInstVar pvar, char *msg, int level); |
void logputs(int level, char *msg); |
| 346 |
void logprintf(int level, char *fmt, ...); |
void logprintf(int level, char *fmt, ...); |
| 347 |
void logprintf_hexdump(int level, char *data, int len, char *fmt, ...); |
void logprintf_hexdump(int level, char *data, int len, char *fmt, ...); |
| 348 |
|
|
|
|
Legend:
| Removed from v.6808 |
|
| changed lines |
| |
Added in v.6809 |
|
|
| |