1AUPARSE_FIRST_FIELD(3) Linux Audit API AUPARSE_FIRST_FIELD(3)
2
3
4
6 auparse_first_field - reposition field cursor
7
9 #include <auparse.h>
10
11 int auparse_first_field(auparse_state_t *au);
12
13
15 auparse_first_field repositions the library's internal cursor to point
16 to the first field of the current record in the current event.
17
18
20 Returns 0 if there is no event data; otherwise, 1 for success.
21
22
24 auparse_next_field(3).
25
26
28 Steve Grubb
29
30
31
32Red Hat Feb 2007 AUPARSE_FIRST_FIELD(3)