X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=proto.h;h=00ab7a0bc194868ef397fd2a3cb9e6afedfe8d18;hb=67effbeb26b0c36b05232a67cc977abee3ddbc35;hp=fa4108823abe21da194fecc47f4df55a0b142b4a;hpb=3d0a14e323d9223f35036f25b0b7e601ccaaac5d;p=rdpsrv diff --git a/proto.h b/proto.h index fa41088..00ab7a0 100644 --- 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);