Imported Upstream version 2.4.3
[platform/upstream/audit.git] / docs / auparse_get_field_int.3
1 .TH "AUPARSE_GET_FIELD_INT" "3" "Feb 2007" "Red Hat" "Linux Audit API"
2 .SH NAME
3 auparse_get_field_int \- get current field's value as an int
4 .SH "SYNOPSIS"
5 .B #include <auparse.h>
6 .sp
7 int auparse_get_field_int(auparse_state_t *au);
8
9 .SH "DESCRIPTION"
10
11 auparse_get_field_int allows access to the value as an int of the current field of the current record in the current event.
12
13 .SH "RETURN VALUE"
14
15 Returns \-1 if there is an error with errno set appropriately or the value if errno is zero.
16
17 .SH "SEE ALSO"
18
19 .BR auparse_get_field_str (3).
20
21 .SH AUTHOR
22 Steve Grubb