]> git.sesse.net Git - rdpsrv/blobdiff - proto.h
Handle MCS_CONNECT_INITIAL.
[rdpsrv] / proto.h
diff --git a/proto.h b/proto.h
index 97a628bcbebbec061fa3283d2fe2a15c3f97609c..3fc91a5d907b944ddc94a6cb29a8ecfe2e8fc7d2 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -38,6 +38,7 @@ void iso_disconnect(void);
 void licence_process(STREAM s);
 /* mcs.c */
 STREAM mcs_init(int length);
+BOOL mcs_recv_connect_initial();
 void mcs_send_to_channel(STREAM s, uint16 channel);
 void mcs_send(STREAM s);
 STREAM mcs_recv(uint16 * channel);