auparse_next_field - Man Page
move field cursor
Synopsis
#include <auparse.h>
int auparse_next_field(const auparse_state_t *au);
Description
auparse_next_field moves the library's internal cursor to point to the next field in the current record of the current event.
Return Value
Returns 0 if no more fields exist and 1 for success.
See Also
Author
Steve Grubb
Referenced By
auparse_first_field(3), auparse_get_field_name(3), auparse_get_field_str(3).
Feb 2007 Red Hat Linux Audit API