Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3085 by yutakapon, Tue Jan 1 11:35:43 2008 UTC revision 3088 by yutakapon, Tue Jan 1 16:10:45 2008 UTC
# Line 2944  static BOOL CALLBACK TTXScpDialog(HWND d Line 2944  static BOOL CALLBACK TTXScpDialog(HWND d
2944    
2945  // マクロコマンド"scpsend"から呼び出すために、DLL外へエクスポートする。"ttxssh.def"ファイルに記載。  // マクロコマンド"scpsend"から呼び出すために、DLL外へエクスポートする。"ttxssh.def"ファイルに記載。
2946  // (2008.1.1 yutaka)  // (2008.1.1 yutaka)
2947  int CALLBACK TTXScpSendfile(char *filename)  __declspec(dllexport) int CALLBACK TTXScpSendfile(char *filename)
2948  {  {
2949          return SSH_start_scp(pvar, filename);          return SSH_start_scp(pvar, filename);
2950  }  }

Legend:
Removed from v.3085  
changed lines
  Added in v.3088

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