1AUPARSE_GET_NUM_FIELDS(3) Linux Audit API AUPARSE_GET_NUM_FIELDS(3)
23
4
NAME
6auparse_get_num_fields - get the number of fields
7
SYNOPSIS
9#include <auparse.h>
1011
unsigned int auparse_get_num_fields(auparse_state_t *au);
1213
DESCRIPTION
15auparse_get_num_fields gets the number of fields in the current record
16of the current event.
1718
RETURN VALUE
20Returns 0 if an error occurs; otherwise, the number of fields.
2122
SEE ALSO
24auparse_next_record(3).
2526
AUTHOR
28Steve Grubb
2930
31
32
Red Hat Feb 2007 AUPARSE_GET_NUM_FIELDS(3)