]> git.sesse.net Git - rdpsrv/blobdiff - proto.h
select() both the RDP and VNC sockets.
[rdpsrv] / proto.h
diff --git a/proto.h b/proto.h
index 00ab7a0bc194868ef397fd2a3cb9e6afedfe8d18..7170509e325e375de4bc3a4f2858bb1695125b02 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -121,6 +121,7 @@ STREAM tcp_recv(STREAM s, uint32 length);
 BOOL tcp_recv_connect(int server_sock);
 int tcp_connect(char *server, int port);
 void tcp_disconnect(void);
+int tcp_get_socket(void);
 /* xclip.c */
 void ui_clip_format_announce(uint8 * data, uint32 length);
 void ui_clip_handle_data(uint8 * data, uint32 length);