X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=proto.h;h=1d6d7554d4eb4826ef9020d39ffee864fcf37dbc;hp=932901e12deedb6a241d2446b93ed9d2465e5827;hb=e61b2ca4693510c74cb5c8e90e8a53522cbc9219;hpb=ebfc5fd4591ac6da73078e975e350825ed16ab99 diff --git a/proto.h b/proto.h index 932901e..1d6d755 100644 --- a/proto.h +++ b/proto.h @@ -66,6 +66,8 @@ STREAM rdp5_init(int maxlen, BOOL encryption); void rdp5_send(STREAM s, BOOL encryption); void rdp5_process(STREAM s, BOOL encryption); /* rdp.c */ +STREAM rdp_init_data(int maxlen); +void rdp_send_data(STREAM s, uint8 data_pdu_type); STREAM rdp_recv(uint8 * type); void rdp_out_unistr(STREAM s, char *string, int len); void rdp_recv_input(STREAM s, uint32 *time, uint16 *message_type, uint16 *device_flags, uint16 *param1, uint16 *param2);