]> git.sesse.net Git - rdpsrv/blobdiff - proto.h
Handle MCS_CONNECT_INITIAL.
[rdpsrv] / proto.h
diff --git a/proto.h b/proto.h
index db5e98fa202a1cd3fa0829176258a0c2593a95b6..3fc91a5d907b944ddc94a6cb29a8ecfe2e8fc7d2 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -32,12 +32,13 @@ int get_current_workarea(uint32 * x, uint32 * y, uint32 * width, uint32 * height
 STREAM iso_init(int length);
 void iso_send(STREAM s);
 STREAM iso_recv(void);
-BOOL iso_connect(char *server, char *username);
+BOOL iso_recv_connect(int server_sock);
 void iso_disconnect(void);
 /* licence.c */
 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);