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
20Returns 0 if an error occurs; otherwise, the record's type.
2122
SEE ALSO
24auparse_next_record(3).
2526
AUTHOR
28Steve Grubb
2930
31
32
Red Hat Feb 2007 AUPARSE_GET_TYPE(3)