]> git.sesse.net Git - rdpsrv/blobdiff - proto.h
Various changes to try to work better with MS RDC (no big luck)
[rdpsrv] / proto.h
diff --git a/proto.h b/proto.h
index e0e081d01c847655af1fd474c8ac5572ad93f200..d2cf92afd29b65947a28e8d997af830ed111cfa8 100644 (file)
--- 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);