X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=proto.h;h=dfc9827acb4ff5ffda75988312fa7dff2b572a3b;hp=97a628bcbebbec061fa3283d2fe2a15c3f97609c;hb=f7c77f1d801d69794ea81a97060f260a0af51e51;hpb=d4bb133e346809bf5393c0cdb06b2a422b99dddb diff --git a/proto.h b/proto.h index 97a628b..dfc9827 100644 --- a/proto.h +++ b/proto.h @@ -38,6 +38,8 @@ void iso_disconnect(void); 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);