/[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 28 by matty, Wed Jun 20 13:54:48 2001 UTC revision 33 by matty, Sat Sep 15 12:34:34 2001 UTC
# Line 35  void generate_random(uint8 *random); Line 35  void generate_random(uint8 *random);
35  void *xmalloc(int size);  void *xmalloc(int size);
36  void *xrealloc(void *oldmem, int size);  void *xrealloc(void *oldmem, int size);
37  void xfree(void *mem);  void xfree(void *mem);
38    void error(char *format, ...);
39    void unimpl(char *format, ...);
40  void hexdump(unsigned char *p, unsigned int len);  void hexdump(unsigned char *p, unsigned int len);
41  /* rdp.c */  /* rdp.c */
42  void rdp_out_unistr(STREAM s, char *string, int len);  void rdp_out_unistr(STREAM s, char *string, int len);
# Line 61  void tcp_disconnect(void); Line 63  void tcp_disconnect(void);
63  /* xwin.c */  /* xwin.c */
64  BOOL ui_create_window(char *title);  BOOL ui_create_window(char *title);
65  void ui_destroy_window(void);  void ui_destroy_window(void);
66  void ui_process_events(void);  void ui_select(int rdp_socket);
67  void ui_move_pointer(int x, int y);  void ui_move_pointer(int x, int y);
68  HBITMAP ui_create_bitmap(int width, int height, uint8 *data);  HBITMAP ui_create_bitmap(int width, int height, uint8 *data);
69  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.28  
changed lines
  Added in v.33

  ViewVC Help
Powered by ViewVC 1.1.26