Documented GUACIO, removed unused function

This commit is contained in:
Michael Jumper
2010-09-24 23:33:27 -07:00
parent 570225b5ce
commit 3035408f35
2 changed files with 126 additions and 9 deletions

View File

@@ -60,13 +60,6 @@ void guac_close(GUACIO* io) {
free(io);
}
void guac_close_final(GUACIO* io) {
guac_flush(io);
close(io->fd);
free(io);
}
/* Write bytes, limit rate */
ssize_t __guac_write(GUACIO* io, const char* buf, int count) {