version 1.4.58b
[polyglot.git] / io.h
diff --git a/io.h b/io.h
index 7832262..2e048ff 100644 (file)
--- a/io.h
+++ b/io.h
@@ -39,6 +39,8 @@ extern void io_close      (io_t * io);
 \r
 extern void io_get_update (io_t * io);\r
 \r
+extern bool io_peek       (io_t * io);\r
+\r
 extern bool io_line_ready (const io_t * io);\r
 extern bool io_get_line   (io_t * io, char string[], int size);\r
 \r