/[rdesktop]/sourceforge.net/branches/seamlessrdp-branch/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/branches/seamlessrdp-branch/rdesktop/proto.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 713 by jsorg71, Wed Jun 16 03:08:55 2004 UTC revision 725 by jsorg71, Sun Jun 27 17:51:54 2004 UTC
# Line 2  Line 2 
2  BOOL bitmap_decompress(uint8 * output, int width, int height, uint8 * input, int size, int Bpp);  BOOL bitmap_decompress(uint8 * output, int width, int height, uint8 * input, int size, int Bpp);
3  /* cache.c */  /* cache.c */
4  HBITMAP cache_get_bitmap(uint8 cache_id, uint16 cache_idx);  HBITMAP cache_get_bitmap(uint8 cache_id, uint16 cache_idx);
5  void cache_put_bitmap(uint8 cache_id, uint16 cache_idx, HBITMAP bitmap);  void cache_put_bitmap(uint8 cache_id, uint16 cache_idx, HBITMAP bitmap, uint32 stamp);
6    void cache_save_state(void);
7  FONTGLYPH *cache_get_font(uint8 font, uint16 character);  FONTGLYPH *cache_get_font(uint8 font, uint16 character);
8  void cache_put_font(uint8 font, uint16 character, uint16 offset, uint16 baseline, uint16 width,  void cache_put_font(uint8 font, uint16 character, uint16 offset, uint16 baseline, uint16 width,
9                      uint16 height, HGLYPH pixmap);                      uint16 height, HGLYPH pixmap);
# Line 60  int printer_enum_devices(uint32 * id, ch Line 61  int printer_enum_devices(uint32 * id, ch
61  /* printercache.c */  /* printercache.c */
62  int printercache_load_blob(char *printer_name, uint8 ** data);  int printercache_load_blob(char *printer_name, uint8 ** data);
63  void printercache_process(STREAM s);  void printercache_process(STREAM s);
64    /* pstcache.c */
65    void pstcache_touch_bitmap(uint8 id, uint16 idx, uint32 stamp);
66    BOOL pstcache_load_bitmap(uint8 id, uint16 idx);
67    BOOL pstcache_put_bitmap(uint8 id, uint16 idx, uint8 *bmp_id, uint16 wd,
68                    uint16 ht, uint16 len, uint8 *data);
69    int pstcache_enumerate(uint8 id, uint8 *list);
70    BOOL pstcache_init(uint8 id);
71  /* rdesktop.c */  /* rdesktop.c */
72  int main(int argc, char *argv[]);  int main(int argc, char *argv[]);
73  void generate_random(uint8 * random);  void generate_random(uint8 * random);
# Line 75  void toupper_str(char *p); Line 83  void toupper_str(char *p);
83  char *l_to_a(long N, int base);  char *l_to_a(long N, int base);
84  int load_licence(unsigned char **data);  int load_licence(unsigned char **data);
85  void save_licence(unsigned char *data, int length);  void save_licence(unsigned char *data, int length);
86    BOOL rd_pstcache_mkdir(void);
87    int rd_open_file(char *filename);
88    void rd_close_file(int fd);
89    int rd_read_file(int fd, void *ptr, int len);
90    int rd_write_file(int fd, void* ptr, int len);
91    int rd_lseek_file(int fd, int offset);
92    BOOL rd_lock_file(int fd, int start, int len);
93  /* rdp5.c */  /* rdp5.c */
94  void rdp5_process(STREAM s, BOOL encryption);  void rdp5_process(STREAM s, BOOL encryption);
95  /* rdp.c */  /* rdp.c */

Legend:
Removed from v.713  
changed lines
  Added in v.725

  ViewVC Help
Powered by ViewVC 1.1.26