]> git.sesse.net Git - rdpsrv/blobdiff - proto.h
Moved socket functions around a bit.
[rdpsrv] / proto.h
diff --git a/proto.h b/proto.h
index b371330c73a51b74db454226aece19964ffb89c6..db5e98fa202a1cd3fa0829176258a0c2593a95b6 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -115,7 +115,7 @@ void sec_disconnect(void);
 STREAM tcp_init(uint32 maxlen);
 void tcp_send(STREAM s);
 STREAM tcp_recv(STREAM s, uint32 length);
-BOOL tcp_connect(char *server);
+BOOL tcp_recv_connect(int server_sock);
 void tcp_disconnect(void);
 /* xclip.c */
 void ui_clip_format_announce(uint8 * data, uint32 length);