]> git.pond.sub.org Git - empserver/blobdiff - include/empio.h
Fix idle timeout during execute
[empserver] / include / empio.h
index a1675e629e07473134b195f097b1f0da079b3b46..cd51458e8d6e23f301aa5a79f06f1d793ecaf3ad 100644 (file)
@@ -57,6 +57,7 @@ extern int io_puts(struct iop *, char *);
 extern int io_shutdown(struct iop *, int);
 extern int io_error(struct iop *);
 extern int io_eof(struct iop *);
+extern void io_set_eof(struct iop *);
 extern int io_fileno(struct iop *);
 
 #endif