typedefs for handlers

This commit is contained in:
Michael Jumper
2010-09-16 20:55:39 +00:00
parent 747eb7ce32
commit a0e4da84ef
3 changed files with 19 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ GUACIO* guac_open(int fd) {
io->instructionbuf_used_length = 0;
/* Set limit */
io->transfer_limit = 0;
io->transfer_limit = 256;
return io;