X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=proto.h;h=7170509e325e375de4bc3a4f2858bb1695125b02;hb=cb78b4571e17e9c6c5463f871c69c1fd0603cf60;hp=00ab7a0bc194868ef397fd2a3cb9e6afedfe8d18;hpb=c4492bda58aeb19b75e7188014dfcadc7cc56a9d;p=rdpsrv diff --git a/proto.h b/proto.h index 00ab7a0..7170509 100644 --- a/proto.h +++ b/proto.h @@ -121,6 +121,7 @@ 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);