Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 50 |
#include <malloc.h> /* prevent of conflict stdlib.h */ |
#include <malloc.h> /* prevent of conflict stdlib.h */ |
| 51 |
#endif /* NO_INET6 */ |
#endif /* NO_INET6 */ |
| 52 |
#include <stdlib.h> |
#include <stdlib.h> |
| 53 |
|
#include <stdarg.h> |
| 54 |
#include <crtdbg.h> |
#include <crtdbg.h> |
| 55 |
|
|
| 56 |
#include "i18n.h" |
#include "i18n.h" |
| 330 |
void notify_nonfatal_error(PTInstVar pvar, char FAR * msg); |
void notify_nonfatal_error(PTInstVar pvar, char FAR * msg); |
| 331 |
void notify_fatal_error(PTInstVar pvar, char FAR * msg, BOOL send_disconnect); |
void notify_fatal_error(PTInstVar pvar, char FAR * msg, BOOL send_disconnect); |
| 332 |
void notify_verbose_message(PTInstVar pvar, char FAR * msg, int level); |
void notify_verbose_message(PTInstVar pvar, char FAR * msg, int level); |
| 333 |
|
void logprintf(PTInstVar pvar, int level, char *fmt, ...); |
| 334 |
|
|
| 335 |
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); |
| 336 |
int copy_teraterm_dir_relative_path(char FAR * dest, int destsize, char FAR * basename); |
int copy_teraterm_dir_relative_path(char FAR * dest, int destsize, char FAR * basename); |
|
|
Legend:
| Removed from v.5931 |
|
| changed lines |
| |
Added in v.6051 |
|
|
| |