auparse_get_num_records — get the number of records

Synopsis

#include <auparse.h>

unsigned int auparse_get_num_records(auparse_state_t *au);

Description

auparse_get_num_records gets the number of records in the current event.

Return Value

Returns 0 if an error occurs; otherwise, the number of records.

See Also

auparse_next_record(3).

Author

Steve Grubb

Referenced By

auparse_goto_record_num(3), auparse_next_record(3).

Feb 2007 Red Hat Linux Audit API