/[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 1211 by ossman_, Mon Mar 27 12:29:29 2006 UTC revision 1221 by jsorg71, Sat Apr 8 03:59:24 2006 UTC
# Line 101  void printercache_process(STREAM s); Line 101  void printercache_process(STREAM s);
101  /* pstcache.c */  /* pstcache.c */
102  void pstcache_touch_bitmap(uint8 cache_id, uint16 cache_idx, uint32 stamp);  void pstcache_touch_bitmap(uint8 cache_id, uint16 cache_idx, uint32 stamp);
103  BOOL pstcache_load_bitmap(uint8 cache_id, uint16 cache_idx);  BOOL pstcache_load_bitmap(uint8 cache_id, uint16 cache_idx);
104  BOOL pstcache_save_bitmap(uint8 cache_id, uint16 cache_idx, uint8 * key, uint16 width,  BOOL pstcache_save_bitmap(uint8 cache_id, uint16 cache_idx, uint8 * key, uint8 width,
105                            uint16 height, uint16 length, uint8 * data);                            uint8 height, uint16 length, uint8 * data);
106  int pstcache_enumerate(uint8 id, HASH_KEY * keylist);  int pstcache_enumerate(uint8 id, HASH_KEY * keylist);
107  BOOL pstcache_init(uint8 cache_id);  BOOL pstcache_init(uint8 cache_id);
108  /* rdesktop.c */  /* rdesktop.c */
# Line 209  void ui_clip_request_data(uint32 format) Line 209  void ui_clip_request_data(uint32 format)
209  void ui_clip_sync(void);  void ui_clip_sync(void);
210  void ui_clip_set_mode(const char *optarg);  void ui_clip_set_mode(const char *optarg);
211  void xclip_init(void);  void xclip_init(void);
212    void xclip_deinit(void);
213  /* xkeymap.c */  /* xkeymap.c */
214  BOOL xkeymap_from_locale(const char *locale);  BOOL xkeymap_from_locale(const char *locale);
215  FILE *xkeymap_open(const char *filename);  FILE *xkeymap_open(const char *filename);

Legend:
Removed from v.1211  
changed lines
  Added in v.1221

  ViewVC Help
Powered by ViewVC 1.1.26