]> git.sesse.net Git - rdpsrv/blobdiff - proto.h
Send encodings _correctly_ this time...
[rdpsrv] / proto.h
diff --git a/proto.h b/proto.h
index fa4108823abe21da194fecc47f4df55a0b142b4a..7170509e325e375de4bc3a4f2858bb1695125b02 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -119,7 +119,9 @@ 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);
+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);