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 record in the current event.
17
18
20 Returns -1 if an error occurs, 0 if there is no event data, or 1 for
21 success.
22
23
25 auparse_next_event(3), auparse_next_record(3).
26
27
29 Steve Grubb
30
31
32
33Red Hat Feb 2007 AUPARSE_FIRST_RECORD(3)