/[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 424 by forsberg, Thu Jun 19 07:29:53 2003 UTC
# Line 75  void process_colour_pointer_pdu(STREAM s Line 75  void process_colour_pointer_pdu(STREAM s
75  void process_cached_pointer_pdu(STREAM s);  void process_cached_pointer_pdu(STREAM s);
76  void process_bitmap_updates(STREAM s);  void process_bitmap_updates(STREAM s);
77  void process_palette(STREAM s);  void process_palette(STREAM s);
78  void rdp_main_loop(void);  BOOL rdp_main_loop(void);
79  BOOL rdp_connect(char *server, uint32 flags, char *domain, char *password, char *command,  BOOL rdp_connect(char *server, uint32 flags, char *domain, char *password, char *command,
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.424

  ViewVC Help
Powered by ViewVC 1.1.26