X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=proto.h;h=db5e98fa202a1cd3fa0829176258a0c2593a95b6;hb=4539b581a53654e64fb3c6d0de04ff31d035b81f;hp=b371330c73a51b74db454226aece19964ffb89c6;hpb=b3ae47054997c61d01087d17a3ab001b0a54324b;p=rdpsrv diff --git a/proto.h b/proto.h index b371330..db5e98f 100644 --- 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);