Better Makefile, cleaned up code a bit.

This commit is contained in:
Michael Jumper
2010-09-06 16:44:31 -07:00
parent e77c76915a
commit f20fa375ad
4 changed files with 18 additions and 11 deletions

View File

@@ -21,6 +21,8 @@ GUACIO* guac_open(int fd) {
io->written = 0;
io->fd = fd;
return io;
}
void guac_close(GUACIO* io) {