Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h
Parent Directory
| Revision Log
| Patch
| 697 |
buffer_t *agent_msg; |
buffer_t *agent_msg; |
| 698 |
int agent_request_len; |
int agent_request_len; |
| 699 |
sftp_t sftp; |
sftp_t sftp; |
| 700 |
|
#define SSH_CHANNEL_STATE_CLOSE_SENT 0x00000001 |
| 701 |
|
unsigned int state; |
| 702 |
} Channel_t; |
} Channel_t; |
| 703 |
|
|
| 704 |
unsigned char FAR *begin_send_packet(PTInstVar pvar, int type, int len); |
unsigned char FAR *begin_send_packet(PTInstVar pvar, int type, int len); |
|
|
Legend:
| Removed from v.5039 |
|
| changed lines |
| |
Added in v.5422 |
|
|
|