blob: d4861ca747722d313e0a4587af59d11d19b45918 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- nxdesktop/proto.h.orig Wed Sep 15 18:29:24 2004
+++ nxdesktop/proto.h Wed Apr 6 12:02:30 2005
@@ -133,7 +133,7 @@
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);
+/* 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);
|