Fixed guac_client_free_handler definition.
This commit is contained in:
parent
195ad0e251
commit
5a2a629225
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user