1AUPARSE_GET_TYPE(3) Linux Audit API AUPARSE_GET_TYPE(3)
2
3
4
6 auparse_get_type - get record's type
7
9 #include <auparse.h>
10
11 int auparse_get_type(auparse_state_t *au); const char
12 *auparse_get_type_name(auparse_state_t *au);
13
14
16 auparse_get_type will return the integer value for the current record
17 of the current event. The auparse_get_type_name function will return
18 the text representation of the name of the current record type.
19
20
22 auparse_get_type returns 0 if an error occurs; otherwise, the record's
23 type. The auparse_get_type_name function returns NULL on error; other‐
24 wise a pointer to a string.
25
26
28 auparse_next_record(3).
29
30
32 Steve Grubb
33
34
35
36Red Hat Jan 2014 AUPARSE_GET_TYPE(3)