mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
12 lines
159 B
C
12 lines
159 B
C
|
|
#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
|
|
|