/[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 733 by jsorg71, Mon Jul 5 19:09:07 2004 UTC revision 738 by astrand, Mon Jul 12 21:07:39 2004 UTC
# Line 64  void printercache_process(STREAM s); Line 64  void printercache_process(STREAM s);
64  /* pstcache.c */  /* pstcache.c */
65  void pstcache_touch_bitmap(uint8 id, uint16 idx, uint32 stamp);  void pstcache_touch_bitmap(uint8 id, uint16 idx, uint32 stamp);
66  BOOL pstcache_load_bitmap(uint8 id, uint16 idx);  BOOL pstcache_load_bitmap(uint8 id, uint16 idx);
67  BOOL pstcache_put_bitmap(uint8 id, uint16 idx, uint8 *bmp_id, uint16 wd,  BOOL pstcache_put_bitmap(uint8 id, uint16 idx, uint8 * bmp_id, uint16 wd,
68                  uint16 ht, uint16 len, uint8 *data);                           uint16 ht, uint16 len, uint8 * data);
69  int pstcache_enumerate(uint8 id, uint8 *list);  int pstcache_enumerate(uint8 id, uint8 * list);
70  BOOL pstcache_init(uint8 id);  BOOL pstcache_init(uint8 id);
71  /* rdesktop.c */  /* rdesktop.c */
72  int main(int argc, char *argv[]);  int main(int argc, char *argv[]);
# Line 87  BOOL rd_pstcache_mkdir(void); Line 87  BOOL rd_pstcache_mkdir(void);
87  int rd_open_file(char *filename);  int rd_open_file(char *filename);
88  void rd_close_file(int fd);  void rd_close_file(int fd);
89  int rd_read_file(int fd, void *ptr, int len);  int rd_read_file(int fd, void *ptr, int len);
90  int rd_write_file(int fd, void* ptr, int len);  int rd_write_file(int fd, void *ptr, int len);
91  int rd_lseek_file(int fd, int offset);  int rd_lseek_file(int fd, int offset);
92  BOOL rd_lock_file(int fd, int start, int len);  BOOL rd_lock_file(int fd, int start, int len);
93  /* rdp5.c */  /* rdp5.c */

Legend:
Removed from v.733  
changed lines
  Added in v.738

  ViewVC Help
Powered by ViewVC 1.1.26