From 5a2a6292258a2c3ab53341dd4d69c0d2b00f9a10 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 19 Mar 2011 01:00:40 -0700 Subject: [PATCH] Fixed guac_client_free_handler definition. --- libguac/include/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguac/include/client.h b/libguac/include/client.h index bea28762..35335985 100644 --- a/libguac/include/client.h +++ b/libguac/include/client.h @@ -103,7 +103,7 @@ typedef int guac_client_clipboard_handler(guac_client* client, char* copied); * Handler for freeing up any extra data allocated by the client * implementation. */ -typedef int guac_client_free_handler(void* client); +typedef int guac_client_free_handler(guac_client* client); /** * Possible current states of the Guacamole client. Currently, the only