X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=proto.h;h=dfc9827acb4ff5ffda75988312fa7dff2b572a3b;hp=3fc91a5d907b944ddc94a6cb29a8ecfe2e8fc7d2;hb=d3b814ac537b22ffabdd350332e819ad002b8924;hpb=48580be79f1c97788f7f3a92b9791056b9773058 diff --git a/proto.h b/proto.h index 3fc91a5..dfc9827 100644 --- a/proto.h +++ b/proto.h @@ -39,6 +39,7 @@ void licence_process(STREAM s); /* mcs.c */ STREAM mcs_init(int length); BOOL mcs_recv_connect_initial(); +void mcs_send_connect_response(); void mcs_send_to_channel(STREAM s, uint16 channel); void mcs_send(STREAM s); STREAM mcs_recv(uint16 * channel);