CVS: rdesktop proto.h,1.59,1.60

Peter ?strand <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8434

Modified Files:
	proto.h 
Log Message:
Updated prototypes.


Index: proto.h
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/proto.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** proto.h	4 Mar 2004 08:11:40 -0000	1.59
--- proto.h	17 Apr 2004 07:32:52 -0000	1.60
***************
*** 1,5 ****
  /* bitmap.c */
! BOOL bitmap_decompress(unsigned char *output, int width, int height, unsigned char *input, int size,
! 		       int Bpp);
  /* cache.c */
  HBITMAP cache_get_bitmap(uint8 cache_id, uint16 cache_idx);
--- 1,4 ----
  /* bitmap.c */
! BOOL bitmap_decompress(uint8 * output, int width, int height, uint8 * input, int size, int Bpp);
  /* cache.c */
  HBITMAP cache_get_bitmap(uint8 cache_id, uint16 cache_idx);
***************
*** 28,36 ****
  BOOL cliprdr_init(void);
  /* disk.c */
  NTSTATUS disk_query_information(HANDLE handle, uint32 info_class, STREAM out);
  NTSTATUS disk_set_information(HANDLE handle, uint32 info_class, STREAM in, STREAM out);
  NTSTATUS disk_query_volume_information(HANDLE handle, uint32 info_class, STREAM out);
  NTSTATUS disk_query_directory(HANDLE handle, uint32 info_class, char *pattern, STREAM out);
- int disk_enum_devices(uint32 * id, char *optarg);
  /* ewmhints.c */
  int get_current_workarea(uint32 * x, uint32 * y, uint32 * width, uint32 * height);
--- 27,35 ----
  BOOL cliprdr_init(void);
  /* disk.c */
+ int disk_enum_devices(uint32 * id, char *optarg);
  NTSTATUS disk_query_information(HANDLE handle, uint32 info_class, STREAM out);
  NTSTATUS disk_set_information(HANDLE handle, uint32 info_class, STREAM in, STREAM out);
  NTSTATUS disk_query_volume_information(HANDLE handle, uint32 info_class, STREAM out);
  NTSTATUS disk_query_directory(HANDLE handle, uint32 info_class, char *pattern, STREAM out);
  /* ewmhints.c */
  int get_current_workarea(uint32 * x, uint32 * y, uint32 * width, uint32 * height);
***************
*** 70,78 ****
  void unimpl(char *format, ...);
  void hexdump(unsigned char *p, unsigned int len);
  void toupper_str(char *p);
  char *l_to_a(long N, int base);
  int load_licence(unsigned char **data);
  void save_licence(unsigned char *data, int length);
- char *next_arg(char *src, char needle);
  /* rdp5.c */
  void rdp5_process(STREAM s, BOOL encryption);
--- 69,77 ----
  void unimpl(char *format, ...);
  void hexdump(unsigned char *p, unsigned int len);
+ char *next_arg(char *src, char needle);
  void toupper_str(char *p);
  char *l_to_a(long N, int base);
  int load_licence(unsigned char **data);
  void save_licence(unsigned char *data, int length);
  /* rdp5.c */
  void rdp5_process(STREAM s, BOOL encryption);
***************
*** 92,111 ****
  void rdp_disconnect(void);
  /* 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();
  int get_device_index(HANDLE handle);
  BOOL rdpdr_abort_io(uint32 fd, uint32 major, NTSTATUS status);
  /* rdpsnd.c */
- STREAM rdpsnd_init_packet(uint16 type, uint16 size);
- void rdpsnd_send(STREAM s);
  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);
  BOOL rdpsnd_init(void);
  /* rdpsnd_oss.c */
--- 91,104 ----
  void rdp_disconnect(void);
  /* rdpdr.c */
  int get_device_index(HANDLE handle);
+ void convert_to_unix_filename(char *filename);
+ BOOL rdpdr_init(void);
+ void rdpdr_add_fds(int *n, fd_set * rfds, fd_set * wfds, struct timeval *tv, BOOL * timeout);
+ struct async_iorequest *rdpdr_remove_iorequest(struct async_iorequest *prev,
+ 					       struct async_iorequest *iorq);
+ void rdpdr_check_fds(fd_set * rfds, fd_set * wfds, BOOL timed_out);
  BOOL rdpdr_abort_io(uint32 fd, uint32 major, NTSTATUS status);
  /* rdpsnd.c */
  void rdpsnd_send_completion(uint16 tick, uint8 packet_index);
  BOOL rdpsnd_init(void);
  /* rdpsnd_oss.c */
***************
*** 132,137 ****
  void sec_disconnect(void);
  /* serial.c */
- BOOL serial_get_timeout(uint32 handle, uint32 length, uint32 * timeout, uint32 * itv_timeout);
  int serial_enum_devices(uint32 * id, char *optarg);
  /* tcp.c */
  STREAM tcp_init(uint32 maxlen);
--- 125,130 ----
  void sec_disconnect(void);
  /* serial.c */
  int serial_enum_devices(uint32 * id, char *optarg);
+ BOOL serial_get_timeout(HANDLE handle, uint32 length, uint32 * timeout, uint32 * itv_timeout);
  /* tcp.c */
  STREAM tcp_init(uint32 maxlen);



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.