/[rdesktop]/jpeg/rdesktop/trunk/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 /jpeg/rdesktop/trunk/proto.h

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

revision 725 by jsorg71, Sun Jun 27 17:51:54 2004 UTC revision 733 by jsorg71, Mon Jul 5 19:09:07 2004 UTC
# Line 39  int get_current_workarea(uint32 * x, uin Line 39  int get_current_workarea(uint32 * x, uin
39  /* iso.c */  /* iso.c */
40  STREAM iso_init(int length);  STREAM iso_init(int length);
41  void iso_send(STREAM s);  void iso_send(STREAM s);
42  STREAM iso_recv(void);  STREAM iso_recv(uint8 * rdpver);
43  BOOL iso_connect(char *server, char *username);  BOOL iso_connect(char *server, char *username);
44  void iso_disconnect(void);  void iso_disconnect(void);
45  /* licence.c */  /* licence.c */
# Line 48  void licence_process(STREAM s); Line 48  void licence_process(STREAM s);
48  STREAM mcs_init(int length);  STREAM mcs_init(int length);
49  void mcs_send_to_channel(STREAM s, uint16 channel);  void mcs_send_to_channel(STREAM s, uint16 channel);
50  void mcs_send(STREAM s);  void mcs_send(STREAM s);
51  STREAM mcs_recv(uint16 * channel);  STREAM mcs_recv(uint16 * channel, uint8 * rdpver);
52  BOOL mcs_connect(char *server, STREAM mcs_data, char *username);  BOOL mcs_connect(char *server, STREAM mcs_data, char *username);
53  void mcs_disconnect(void);  void mcs_disconnect(void);
54  /* orders.c */  /* orders.c */
# Line 91  int rd_write_file(int fd, void* ptr, int Line 91  int rd_write_file(int fd, void* ptr, int
91  int rd_lseek_file(int fd, int offset);  int rd_lseek_file(int fd, int offset);
92  BOOL rd_lock_file(int fd, int start, int len);  BOOL rd_lock_file(int fd, int start, int len);
93  /* rdp5.c */  /* rdp5.c */
94  void rdp5_process(STREAM s, BOOL encryption);  void rdp5_process(STREAM s);
95  /* rdp.c */  /* rdp.c */
96  void rdp_out_unistr(STREAM s, char *string, int len);  void rdp_out_unistr(STREAM s, char *string, int len);
97  int rdp_in_unistr(STREAM s, char *string, int uni_len);  int rdp_in_unistr(STREAM s, char *string, int uni_len);
# Line 138  STREAM sec_init(uint32 flags, int maxlen Line 138  STREAM sec_init(uint32 flags, int maxlen
138  void sec_send_to_channel(STREAM s, uint32 flags, uint16 channel);  void sec_send_to_channel(STREAM s, uint32 flags, uint16 channel);
139  void sec_send(STREAM s, uint32 flags);  void sec_send(STREAM s, uint32 flags);
140  void sec_process_mcs_data(STREAM s);  void sec_process_mcs_data(STREAM s);
141  STREAM sec_recv(void);  STREAM sec_recv(uint8 * rdpver);
142  BOOL sec_connect(char *server, char *username);  BOOL sec_connect(char *server, char *username);
143  void sec_disconnect(void);  void sec_disconnect(void);
144  /* serial.c */  /* serial.c */

Legend:
Removed from v.725  
changed lines
  Added in v.733

  ViewVC Help
Powered by ViewVC 1.1.26