mention prototype of io_write_callback
This commit is contained in:
parent
86cfc33dab
commit
bffb1dab90
@ -4,6 +4,8 @@ iob_write \- send I/O batch through callback
|
|||||||
.SH SYNTAX
|
.SH SYNTAX
|
||||||
.B #include <iob.h>
|
.B #include <iob.h>
|
||||||
|
|
||||||
|
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);
|
int64 \fBiob_write\fR(int64 s,io_batch* b,io_write_callback cb);
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
iob_write sends the (rest of) \fIb\fR through the callback \fIcb\fR,
|
iob_write sends the (rest of) \fIb\fR through the callback \fIcb\fR,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user