X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=proto.h;h=dfc9827acb4ff5ffda75988312fa7dff2b572a3b;hp=db5e98fa202a1cd3fa0829176258a0c2593a95b6;hb=d3b814ac537b22ffabdd350332e819ad002b8924;hpb=4539b581a53654e64fb3c6d0de04ff31d035b81f diff --git a/proto.h b/proto.h index db5e98f..dfc9827 100644 --- 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);