Imported Upstream version 2.4.3
[platform/upstream/audit.git] / docs / auparse_get_num_fields.3
1 .TH "AUPARSE_GET_NUM_FIELDS" "3" "Feb 2007" "Red Hat" "Linux Audit API"
2 .SH NAME
3 auparse_get_num_fields \- get the number of fields
4 .SH "SYNOPSIS"
5 .B #include <auparse.h>
6 .sp
7 unsigned int auparse_get_num_fields(auparse_state_t *au);
8
9 .SH "DESCRIPTION"
10
11 auparse_get_num_fields gets the number of fields in the current record of the current event.
12
13 .SH "RETURN VALUE"
14
15 Returns 0 if an error occurs; otherwise, the number of fields.
16
17 .SH "SEE ALSO"
18
19 .BR auparse_next_record (3).
20
21 .SH AUTHOR
22 Steve Grubb