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 5931 by yutakapon, Sat Aug 8 17:42:07 2015 UTC revision 6051 by doda, Tue Oct 20 02:29:21 2015 UTC
# Line 50  See LICENSE.TXT for the license. Line 50  See LICENSE.TXT for the license.
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"
# Line 329  void notify_closed_connection(PTInstVar Line 330  void notify_closed_connection(PTInstVar
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

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