/[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 962 by astrand, Wed Aug 3 09:56:17 2005 UTC revision 974 by astrand, Thu Aug 4 12:50:15 2005 UTC
# Line 77  BOOL pstcache_init(uint8 cache_id); Line 77  BOOL pstcache_init(uint8 cache_id);
77  int main(int argc, char *argv[]);  int main(int argc, char *argv[]);
78  void generate_random(uint8 * random);  void generate_random(uint8 * random);
79  void *xmalloc(int size);  void *xmalloc(int size);
80    char *xstrdup(const char *s);
81  void *xrealloc(void *oldmem, int size);  void *xrealloc(void *oldmem, int size);
82  void xfree(void *mem);  void xfree(void *mem);
83  void error(char *format, ...);  void error(char *format, ...);
# Line 166  void ui_clip_request_data(uint32 format) Line 167  void ui_clip_request_data(uint32 format)
167  void ui_clip_sync(void);  void ui_clip_sync(void);
168  void xclip_init(void);  void xclip_init(void);
169  /* xkeymap.c */  /* xkeymap.c */
170  void xkeymap_from_locale(const char *locale);  BOOL xkeymap_from_locale(const char *locale);
171  FILE *xkeymap_open(const char *filename);  FILE *xkeymap_open(const char *filename);
172  void xkeymap_init(void);  void xkeymap_init(void);
173  BOOL handle_special_keys(uint32 keysym, unsigned int state, uint32 ev_time, BOOL pressed);  BOOL handle_special_keys(uint32 keysym, unsigned int state, uint32 ev_time, BOOL pressed);

Legend:
Removed from v.962  
changed lines
  Added in v.974

  ViewVC Help
Powered by ViewVC 1.1.26