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 9255 by nmaya, Wed May 19 14:11:26 2021 UTC revision 9429 by zmatsuo, Sun Sep 19 15:13:51 2021 UTC
# Line 127  extern HANDLE hInst; /* Instance handle Line 127  extern HANDLE hInst; /* Instance handle
127    
128    
129  /*  /*
130   * Host key rotation   * Host key rotation
131   */   */
132  #define SSH_UPDATE_HOSTKEYS_NO  0  #define SSH_UPDATE_HOSTKEYS_NO  0
133  #define SSH_UPDATE_HOSTKEYS_YES 1  #define SSH_UPDATE_HOSTKEYS_YES 1
# Line 384  void logprintf_hexdump(int level, const Line 384  void logprintf_hexdump(int level, const
384  #endif  #endif
385    
386  void get_teraterm_dir_relative_name(char *buf, int bufsize, char *basename);  void get_teraterm_dir_relative_name(char *buf, int bufsize, char *basename);
387    wchar_t *get_teraterm_dir_relative_nameW(const wchar_t *basename);
388  int copy_teraterm_dir_relative_path(char *dest, int destsize, char *basename);  int copy_teraterm_dir_relative_path(char *dest, int destsize, char *basename);
389  int uuencode(unsigned char *src, int srclen, unsigned char *target, int targsize);  int uuencode(unsigned char *src, int srclen, unsigned char *target, int targsize);
390    

Legend:
Removed from v.9255  
changed lines
  Added in v.9429

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