Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|