mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
7 lines
114 B
C
7 lines
114 B
C
|
|
#include <unistd.h>
|
|
|
|
ssize_t write_base64(int fd, const void* buf, size_t count);
|
|
ssize_t flush_base64(int fd);
|
|
|