Base64 output of PNGs.

This commit is contained in:
Michael Jumper
2010-09-05 13:02:57 -07:00
parent a87ba2b76b
commit 2bc18b630f
5 changed files with 161 additions and 14 deletions

6
guacamole/proxy/base64.h Normal file
View 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);