1AUPARSE_NEXT_FIELD(3) Linux Audit API AUPARSE_NEXT_FIELD(3)
23
4
NAME
6auparse_next_field - move field cursor
7
SYNOPSIS
9#include <auparse.h>
1011
int auparse_next_field(auparse_state_t *au);
1213
DESCRIPTION
15auparse_next_field moves the library's internal cursor to point to the
16next field in the current record of the current event.
1718
RETURN VALUE
20Returns 0 if no more fields exist and 1 for success.
2122
SEE ALSO
24auparse_next_record(3).
2526
AUTHOR
28Steve Grubb
2930
31
32
Red Hat Feb 2007 AUPARSE_NEXT_FIELD(3)