]> git.sesse.net Git - rdpsrv/blobdiff - proto.h
First implementation of MCS_CONNECT_RESPONSE (send error for now)
[rdpsrv] / proto.h
diff --git a/proto.h b/proto.h
index db5e98fa202a1cd3fa0829176258a0c2593a95b6..dfc9827acb4ff5ffda75988312fa7dff2b572a3b 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -32,12 +32,14 @@ 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_connect_response();
 void mcs_send_to_channel(STREAM s, uint16 channel);
 void mcs_send(STREAM s);
 STREAM mcs_recv(uint16 * channel);