Test for SetDefault and SetNull before using them (not present in FreeRDP 1.0.1)...
[libguac-client-rdp.git] / include / default_pointer.h
index a45f3de..b13ff48 100644 (file)
@@ -71,6 +71,6 @@ extern unsigned char guac_rdp_default_pointer[];
  *
  * @param client The guac_client to send the cursor to.
  */
-void guac_rdp_pointer_set_default(guac_client* client);
+void guac_rdp_set_default_pointer(guac_client* client);
 
 #endif