base64.* -> guacio.*

This commit is contained in:
Michael Jumper
2010-09-05 13:53:19 -07:00
parent b545688222
commit 0b01aa05c5
4 changed files with 19 additions and 11 deletions

11
guacamole/proxy/guacio.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef _GUACIO_H
#define _GUACIO_H
#include <unistd.h>
ssize_t write_base64(int fd, const void* buf, size_t count);
ssize_t flush_base64(int fd);
#endif