/[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 30 by matty, Fri Sep 14 13:51:38 2001 UTC revision 39 by matthewc, Fri Apr 5 07:57:43 2002 UTC
# Line 18  STREAM iso_recv(void); Line 18  STREAM iso_recv(void);
18  BOOL iso_connect(char *server);  BOOL iso_connect(char *server);
19  void iso_disconnect(void);  void iso_disconnect(void);
20  /* licence.c */  /* licence.c */
 void licence_generate_keys(uint8 *client_key, uint8 *server_key, uint8 *client_rsa);  
21  void licence_process(STREAM s);  void licence_process(STREAM s);
22  /* mcs.c */  /* mcs.c */
23  STREAM mcs_init(int length);  STREAM mcs_init(int length);
# Line 63  void tcp_disconnect(void); Line 62  void tcp_disconnect(void);
62  /* xwin.c */  /* xwin.c */
63  BOOL ui_create_window(char *title);  BOOL ui_create_window(char *title);
64  void ui_destroy_window(void);  void ui_destroy_window(void);
65  void ui_process_events(void);  void ui_select(int rdp_socket);
66  void ui_move_pointer(int x, int y);  void ui_move_pointer(int x, int y);
67  HBITMAP ui_create_bitmap(int width, int height, uint8 *data);  HBITMAP ui_create_bitmap(int width, int height, uint8 *data);
68  void ui_paint_bitmap(int x, int y, int cx, int cy, int width, int height, uint8 *data);  void ui_paint_bitmap(int x, int y, int cx, int cy, int width, int height, uint8 *data);

Legend:
Removed from v.30  
changed lines
  Added in v.39

  ViewVC Help
Powered by ViewVC 1.1.26