/[rdesktop]/sourceforge.net/trunk/rdesktop/proto.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/proto.h

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

revision 405 by forsberg, Fri Jun 6 10:42:21 2003 UTC revision 423 by matthewc, Tue Jun 17 08:44:32 2003 UTC
# Line 80  BOOL rdp_connect(char *server, uint32 fl Line 80  BOOL rdp_connect(char *server, uint32 fl
80                   char *directory);                   char *directory);
81  void rdp_disconnect(void);  void rdp_disconnect(void);
82  /* rdp5.c */  /* rdp5.c */
83  void rdp5_process(STREAM s, BOOL encryption, BOOL shortform);  void rdp5_process(STREAM s, BOOL encryption);
84  void rdp5_process_channel(STREAM s, uint16 channelno);  void rdp5_process_channel(STREAM s, uint16 channelno);
85  /* secure.c */  /* secure.c */
86  void sec_hash_48(uint8 * out, uint8 * in, uint8 * salt1, uint8 * salt2, uint8 salt);  void sec_hash_48(uint8 * out, uint8 * in, uint8 * salt1, uint8 * salt2, uint8 salt);
# Line 99  void sec_disconnect(void); Line 99  void sec_disconnect(void);
99  /* tcp.c */  /* tcp.c */
100  STREAM tcp_init(uint32 maxlen);  STREAM tcp_init(uint32 maxlen);
101  void tcp_send(STREAM s);  void tcp_send(STREAM s);
102  STREAM tcp_recv(uint32 length);  STREAM tcp_recv(STREAM s, uint32 length);
103  BOOL tcp_connect(char *server);  BOOL tcp_connect(char *server);
104  void tcp_disconnect(void);  void tcp_disconnect(void);
105  /* xkeymap.c */  /* xkeymap.c */

Legend:
Removed from v.405  
changed lines
  Added in v.423

  ViewVC Help
Powered by ViewVC 1.1.26