Write support in clipboard.
[libguac-client-rdp.git] / include / rdp_cliprdr.h
index f86dd09..be838c4 100644 (file)
@@ -46,7 +46,9 @@ void guac_rdp_process_cb_monitor_ready(guac_client* client, RDP_EVENT* event);
 void guac_rdp_process_cb_format_list(guac_client* client,
         RDP_CB_FORMAT_LIST_EVENT* event);
 
-void guac_rdp_process_cb_data_request(guac_client* client, RDP_EVENT* event);
+void guac_rdp_process_cb_data_request(guac_client* client,
+        RDP_CB_DATA_REQUEST_EVENT* event);
+
 void guac_rdp_process_cb_data_response(guac_client* client,
         RDP_CB_DATA_RESPONSE_EVENT* event);