X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=proto.h;h=d2cf92afd29b65947a28e8d997af830ed111cfa8;hp=e0e081d01c847655af1fd474c8ac5572ad93f200;hb=3877f62cb1eaadc9389341106befc04eded5ae18;hpb=5d9e4292e05cb5d0ee743962391cabad0d788b6a diff --git a/proto.h b/proto.h index e0e081d..d2cf92a 100644 --- a/proto.h +++ b/proto.h @@ -65,8 +65,7 @@ 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); +void rdp_recv_input(STREAM s, uint32 *time, uint16 *message_type, uint16 *device_flags, uint16 *param1, uint16 *param2); void process_colour_pointer_pdu(STREAM s); void process_cached_pointer_pdu(STREAM s); void process_system_pointer_pdu(STREAM s);