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