From bffb1dab90136d36bc02d0148361d0f94069e361 Mon Sep 17 00:00:00 2001 From: leitner Date: Fri, 26 Nov 2004 19:48:49 +0000 Subject: [PATCH] mention prototype of io_write_callback --- io/iob_write.3 | 2 ++ 1 file changed, 2 insertions(+) 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,