1iob_reset(3)               Library Functions Manual               iob_reset(3)
2
3
4

NAME

6       iob_reset - reset an I/O batch
7

SYNTAX

9       #include <iob.h>
10
11       void iob_reset(io_batch* b);
12

DESCRIPTION

14       iob_free empties the list of transactions in an I/O batch.  Files added
15       with   iob_addfile_close   are   closed,   and   buffer   added    with
16       iob_addbuf_free of iob_adds_free are freed.
17
18       The  I/O  batch itself is not freed.  You can start adding transactions
19       to it again.
20

SEE ALSO

22       iob_new(3), iob_reset(3)
23
24
25
26                                                                  iob_reset(3)
Impressum