X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=proto.h;h=e0e081d01c847655af1fd474c8ac5572ad93f200;hb=e0d6c6eb80e1c3ce8c95954002bb3c6642681758;hp=97a628bcbebbec061fa3283d2fe2a15c3f97609c;hpb=d4bb133e346809bf5393c0cdb06b2a422b99dddb;p=rdpsrv diff --git a/proto.h b/proto.h index 97a628b..e0e081d 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); @@ -61,6 +63,7 @@ void save_licence(unsigned char *data, int length); /* rdp5.c */ void rdp5_process(STREAM s, BOOL encryption); /* rdp.c */ +STREAM rdp_recv(uint8 * type); void rdp_out_unistr(STREAM s, char *string, int len); void rdp_send_input(uint32 time, uint16 message_type, uint16 device_flags, uint16 param1, uint16 param2); @@ -73,6 +76,7 @@ BOOL rdp_main_loop(void); BOOL rdp_connect(char *server, uint32 flags, char *domain, char *password, char *command, char *directory); void rdp_disconnect(void); +void rdp_send_bitmap_update(void); /* rdpdr.c */ void rdpdr_send_connect(void); void rdpdr_send_name(void);