mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Working pluggable protocols.
This commit is contained in:
@@ -264,7 +264,7 @@ void vnc_guac_client_free_handler(guac_client* client) {
|
||||
}
|
||||
|
||||
|
||||
void vnc_guac_client_init(guac_client* client, const char* hostname, int port) {
|
||||
void guac_client_init(guac_client* client, const char* hostname, int port) {
|
||||
|
||||
char* hostname_copy;
|
||||
|
||||
|
Reference in New Issue
Block a user