Working pluggable protocols.

This commit is contained in:
Michael Jumper
2010-09-13 01:48:53 -07:00
parent 5b66e05f8d
commit 5b85320637
4 changed files with 38 additions and 4 deletions

View File

@@ -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;