]> git.sesse.net Git - rdpsrv/blobdiff - proto.h
Give up X server for now, connect to VNC on localhost instead.
[rdpsrv] / proto.h
diff --git a/proto.h b/proto.h
index fa4108823abe21da194fecc47f4df55a0b142b4a..00ab7a0bc194868ef397fd2a3cb9e6afedfe8d18 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -119,6 +119,7 @@ STREAM tcp_init(uint32 maxlen);
 void tcp_send(STREAM s);
 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);
 /* xclip.c */
 void ui_clip_format_announce(uint8 * data, uint32 length);