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 3075 by yutakapon, Tue Dec 25 14:49:01 2007 UTC revision 3085 by yutakapon, Tue Jan 1 11:35:43 2008 UTC
# Line 2942  static BOOL CALLBACK TTXScpDialog(HWND d Line 2942  static BOOL CALLBACK TTXScpDialog(HWND d
2942          return FALSE;          return FALSE;
2943  }  }
2944    
2945    // マクロコマンド"scpsend"から呼び出すために、DLL外へエクスポートする。"ttxssh.def"ファイルに記載。
2946    // (2008.1.1 yutaka)
2947    int CALLBACK TTXScpSendfile(char *filename)
2948    {
2949            return SSH_start_scp(pvar, filename);
2950    }
2951    
2952  static BOOL CALLBACK TTXKeyGenerator(HWND dlg, UINT msg, WPARAM wParam,  static BOOL CALLBACK TTXKeyGenerator(HWND dlg, UINT msg, WPARAM wParam,
2953                                       LPARAM lParam)                                       LPARAM lParam)
2954  {  {

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

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