/[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 624 by n-ki, Thu Mar 4 08:11:40 2004 UTC revision 667 by astrand, Sat Apr 17 07:32:52 2004 UTC
# Line 1  Line 1 
1  /* bitmap.c */  /* bitmap.c */
2  BOOL bitmap_decompress(unsigned char *output, int width, int height, unsigned char *input, int size,  BOOL bitmap_decompress(uint8 * output, int width, int height, uint8 * input, int size, int Bpp);
                        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);
# Line 27  void cliprdr_send_data_request(uint32 fo Line 26  void cliprdr_send_data_request(uint32 fo
26  void cliprdr_send_data(uint8 * data, uint32 length);  void cliprdr_send_data(uint8 * data, uint32 length);
27  BOOL cliprdr_init(void);  BOOL cliprdr_init(void);
28  /* disk.c */  /* disk.c */
29    int disk_enum_devices(uint32 * id, char *optarg);
30  NTSTATUS disk_query_information(HANDLE handle, uint32 info_class, STREAM out);  NTSTATUS disk_query_information(HANDLE handle, uint32 info_class, STREAM out);
31  NTSTATUS disk_set_information(HANDLE handle, uint32 info_class, STREAM in, STREAM out);  NTSTATUS disk_set_information(HANDLE handle, uint32 info_class, STREAM in, STREAM out);
32  NTSTATUS disk_query_volume_information(HANDLE handle, uint32 info_class, STREAM out);  NTSTATUS disk_query_volume_information(HANDLE handle, uint32 info_class, STREAM out);
33  NTSTATUS disk_query_directory(HANDLE handle, uint32 info_class, char *pattern, STREAM out);  NTSTATUS disk_query_directory(HANDLE handle, uint32 info_class, char *pattern, STREAM out);
 int disk_enum_devices(uint32 * id, char *optarg);  
34  /* ewmhints.c */  /* ewmhints.c */
35  int get_current_workarea(uint32 * x, uint32 * y, uint32 * width, uint32 * height);  int get_current_workarea(uint32 * x, uint32 * y, uint32 * width, uint32 * height);
36  /* iso.c */  /* iso.c */
# Line 69  void error(char *format, ...); Line 68  void error(char *format, ...);
68  void warning(char *format, ...);  void warning(char *format, ...);
69  void unimpl(char *format, ...);  void unimpl(char *format, ...);
70  void hexdump(unsigned char *p, unsigned int len);  void hexdump(unsigned char *p, unsigned int len);
71    char *next_arg(char *src, char needle);
72  void toupper_str(char *p);  void toupper_str(char *p);
73  char *l_to_a(long N, int base);  char *l_to_a(long N, int base);
74  int load_licence(unsigned char **data);  int load_licence(unsigned char **data);
75  void save_licence(unsigned char *data, int length);  void save_licence(unsigned char *data, int length);
 char *next_arg(char *src, char needle);  
76  /* rdp5.c */  /* rdp5.c */
77  void rdp5_process(STREAM s, BOOL encryption);  void rdp5_process(STREAM s, BOOL encryption);
78  /* rdp.c */  /* rdp.c */
# Line 91  BOOL rdp_connect(char *server, uint32 fl Line 90  BOOL rdp_connect(char *server, uint32 fl
90                   char *directory);                   char *directory);
91  void rdp_disconnect(void);  void rdp_disconnect(void);
92  /* rdpdr.c */  /* rdpdr.c */
 void convert_to_unix_filename(char *filename);  
 void rdpdr_send_connect(void);  
 void rdpdr_send_name(void);  
 void rdpdr_send_available(void);  
 void rdpdr_send_completion(uint32 device, uint32 id, uint32 status, uint32 result, uint8 * buffer,  
                            uint32 length);  
 BOOL rdpdr_init();  
93  int get_device_index(HANDLE handle);  int get_device_index(HANDLE handle);
94    void convert_to_unix_filename(char *filename);
95    BOOL rdpdr_init(void);
96    void rdpdr_add_fds(int *n, fd_set * rfds, fd_set * wfds, struct timeval *tv, BOOL * timeout);
97    struct async_iorequest *rdpdr_remove_iorequest(struct async_iorequest *prev,
98                                                   struct async_iorequest *iorq);
99    void rdpdr_check_fds(fd_set * rfds, fd_set * wfds, BOOL timed_out);
100  BOOL rdpdr_abort_io(uint32 fd, uint32 major, NTSTATUS status);  BOOL rdpdr_abort_io(uint32 fd, uint32 major, NTSTATUS status);
101  /* rdpsnd.c */  /* rdpsnd.c */
 STREAM rdpsnd_init_packet(uint16 type, uint16 size);  
 void rdpsnd_send(STREAM s);  
102  void rdpsnd_send_completion(uint16 tick, uint8 packet_index);  void rdpsnd_send_completion(uint16 tick, uint8 packet_index);
 void rdpsnd_process_negotiate(STREAM in);  
 void rdpsnd_process_unknown6(STREAM in);  
 void rdpsnd_process(STREAM s);  
103  BOOL rdpsnd_init(void);  BOOL rdpsnd_init(void);
104  /* rdpsnd_oss.c */  /* rdpsnd_oss.c */
105  BOOL wave_out_open(void);  BOOL wave_out_open(void);
# Line 131  STREAM sec_recv(void); Line 124  STREAM sec_recv(void);
124  BOOL sec_connect(char *server, char *username);  BOOL sec_connect(char *server, char *username);
125  void sec_disconnect(void);  void sec_disconnect(void);
126  /* serial.c */  /* serial.c */
 BOOL serial_get_timeout(uint32 handle, uint32 length, uint32 * timeout, uint32 * itv_timeout);  
127  int serial_enum_devices(uint32 * id, char *optarg);  int serial_enum_devices(uint32 * id, char *optarg);
128    BOOL serial_get_timeout(HANDLE handle, uint32 length, uint32 * timeout, uint32 * itv_timeout);
129  /* tcp.c */  /* tcp.c */
130  STREAM tcp_init(uint32 maxlen);  STREAM tcp_init(uint32 maxlen);
131  void tcp_send(STREAM s);  void tcp_send(STREAM s);

Legend:
Removed from v.624  
changed lines
  Added in v.667

  ViewVC Help
Powered by ViewVC 1.1.26