mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Initial host/port on command line
This commit is contained in:
@@ -36,7 +36,7 @@ typedef struct guac_client {
|
||||
|
||||
} guac_client;
|
||||
|
||||
guac_client* guac_get_client(int client_fd, void (*client_init)(guac_client* client));
|
||||
guac_client* guac_get_client(int client_fd, void (*client_init)(guac_client* client, const char* hostname, int port), const char* hostname, int port);
|
||||
void guac_start_client(guac_client* client);
|
||||
void guac_free_client(guac_client* client);
|
||||
png_byte** guac_alloc_png_buffer(int w, int h, int bpp);
|
||||
|
Reference in New Issue
Block a user