mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Base64 output of PNGs.
This commit is contained in:
6
guacamole/proxy/base64.h
Normal file
6
guacamole/proxy/base64.h
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
ssize_t write_base64(int fd, const void* buf, size_t count);
|
||||
ssize_t flush_base64(int fd);
|
||||
|
Reference in New Issue
Block a user