/[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 1425 by ossman_, Mon Jun 18 12:00:34 2007 UTC revision 1426 by matthewc, Sat Jan 5 05:43:02 2008 UTC
# Line 111  void generate_random(uint8 * random); Line 111  void generate_random(uint8 * random);
111  void *xmalloc(int size);  void *xmalloc(int size);
112  void exit_if_null(void *ptr);  void exit_if_null(void *ptr);
113  char *xstrdup(const char *s);  char *xstrdup(const char *s);
114  void *xrealloc(void *oldmem, int size);  void *xrealloc(void *oldmem, size_t size);
115  void xfree(void *mem);  void xfree(void *mem);
116  void error(char *format, ...);  void error(char *format, ...);
117  void warning(char *format, ...);  void warning(char *format, ...);
# Line 137  RD_BOOL rd_lock_file(int fd, int start, Line 137  RD_BOOL rd_lock_file(int fd, int start,
137  void rdp5_process(STREAM s);  void rdp5_process(STREAM s);
138  /* rdp.c */  /* rdp.c */
139  void rdp_out_unistr(STREAM s, char *string, int len);  void rdp_out_unistr(STREAM s, char *string, int len);
140  int rdp_in_unistr(STREAM s, char *string, int uni_len);  int rdp_in_unistr(STREAM s, char *string, int str_len, int in_len);
141  void rdp_send_input(uint32 time, uint16 message_type, uint16 device_flags, uint16 param1,  void rdp_send_input(uint32 time, uint16 message_type, uint16 device_flags, uint16 param1,
142                      uint16 param2);                      uint16 param2);
143  void rdp_send_client_window_status(int status);  void rdp_send_client_window_status(int status);

Legend:
Removed from v.1425  
changed lines
  Added in v.1426

  ViewVC Help
Powered by ViewVC 1.1.26