aboutsummaryrefslogtreecommitdiff
path: root/src/IO.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/IO.c')
-rw-r--r--src/IO.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO.c b/src/IO.c
index c8516da..2b2b302 100644
--- a/src/IO.c
+++ b/src/IO.c
@@ -135,6 +135,7 @@ int BH_IOWrite(BH_IO *io,
return code;
}
+
int BH_IOPeek(BH_IO *io,
char *buffer,
size_t size,
@@ -227,7 +228,6 @@ int BH_IOClear(BH_IO *io)
}
-
BH_IO *BH_BufferNew(BH_IO *io)
{
(void)io;