1AUPARSE_GET_TYPE(3) Linux Audit API AUPARSE_GET_TYPE(3)
23
4
NAME
6auparse_get_type - get record's type
7
SYNOPSIS
9#include <auparse.h>
1011
int auparse_get_type(auparse_state_t *au);
1213
DESCRIPTION
15auparse_get_type will return the integer value for the current record
16of the current event.
1718
RETURN VALUE
20auparse_get_type returns 0 if an error occurs; otherwise, the record's
21type.
2223
SEE ALSO
25auparse_get_type_name(3),auparse_next_record[1m(3).
2627
AUTHOR
29Steve Grubb
3031
32
33
Red Hat Mar 2016 AUPARSE_GET_TYPE(3)