mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Added client registry, added GUACIO transfer operation
This commit is contained in:
@@ -42,6 +42,7 @@ typedef struct GUACIO {
|
||||
} GUACIO;
|
||||
|
||||
GUACIO* guac_open(int fd);
|
||||
void guac_transfer(GUACIO* io, int fd);
|
||||
ssize_t guac_write_int(GUACIO* io, unsigned int i);
|
||||
ssize_t guac_write_string(GUACIO* io, const char* str);
|
||||
ssize_t guac_write_base64(GUACIO* io, const void* buf, size_t count);
|
||||
|
Reference in New Issue
Block a user