diff --git a/io/iob_write.3 b/io/iob_write.3 index 56161cd..90e4e6d 100644 --- a/io/iob_write.3 +++ b/io/iob_write.3 @@ -4,6 +4,8 @@ iob_write \- send I/O batch through callback .SH SYNTAX .B #include +typedef int64 (*io_write_callback)(int64 s,const void* buf,uint64 n); + int64 \fBiob_write\fR(int64 s,io_batch* b,io_write_callback cb); .SH DESCRIPTION iob_write sends the (rest of) \fIb\fR through the callback \fIcb\fR,