1AUPARSE_FIRST_RECORD(3) Linux Audit API AUPARSE_FIRST_RECORD(3)
2
3
4
6 auparse_first_record - reposition record cursor
7
9 #include <auparse.h>
10
11 int auparse_first_record(auparse_state_t *au);
12
13
15 auparse_first_record repositions the internal cursors of the parsing
16 library to point to the first field of the first record in the current
17 event.
18
19
21 Returns -1 if an error occurs, 0 if there is no event data, or 1 for
22 success.
23
24
26 auparse_next_event(3), auparse_next_record(3).
27
28
30 Steve Grubb
31
32
33
34Red Hat Sep 2014 AUPARSE_FIRST_RECORD(3)