Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h

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

revision 3089 by yutakapon, Thu Jan 3 16:15:40 2008 UTC revision 3091 by yutakapon, Fri Jan 4 08:01:29 2008 UTC
# Line 366  typedef struct Key { Line 366  typedef struct Key {
366          unsigned char *mod;          unsigned char *mod;
367  } Key;  } Key;
368    
369    enum scp_dir {
370            TOLOCAL, FROMREMOTE,
371    };
372    
373  /* The packet handler returns TRUE to keep the handler in place,  /* The packet handler returns TRUE to keep the handler in place,
374     FALSE to remove the handler. */     FALSE to remove the handler. */
# Line 478  void SSH_open_channel(PTInstVar pvar, ui Line 481  void SSH_open_channel(PTInstVar pvar, ui
481                        char FAR * originator, unsigned short originator_port);                        char FAR * originator, unsigned short originator_port);
482    
483  int SSH_start_scp(PTInstVar pvar, char *sendfile, char *dstfile);  int SSH_start_scp(PTInstVar pvar, char *sendfile, char *dstfile);
484    int SSH_scp_transaction(PTInstVar pvar, char *sendfile, char *dstfile, enum scp_dir direction);
485    
486  /* auxiliary SSH2 interfaces for pkt.c */  /* auxiliary SSH2 interfaces for pkt.c */
487  int SSH_get_min_packet_size(PTInstVar pvar);  int SSH_get_min_packet_size(PTInstVar pvar);

Legend:
Removed from v.3089  
changed lines
  Added in v.3091

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