Initial host/port on command line

This commit is contained in:
Michael Jumper
2010-09-07 22:48:33 -07:00
parent 32af91c429
commit 9dd15c2cfa
5 changed files with 44 additions and 35 deletions

View File

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