1AUPARSE_NEXT_RECORD(3) Linux Audit API AUPARSE_NEXT_RECORD(3)
2
3
4
6 auparse_next_record - move record cursor
7
9 #include <auparse.h>
10
11 int auparse_next_record(auparse_state_t *au);
12
13
15 auparse_next_record will move the internal library cursors to point to
16 the next record of the current event.
17
18
20 Returns -1 if an error occurs, 0 if no more records in current event,
21 or 1 for success.
22
23
25 auparse_next_event(3).
26
27
29 Steve Grubb
30
31
32
33Red Hat Feb 2007 AUPARSE_NEXT_RECORD(3)