Find the next event that meets search criteria
#include <auparse.h>
int ausearch_next_event(auparse_state_t *au);
ausearch_next_event will scan the input source and evaluate whether any record in an event contains the data being searched for. Evaluation is done at the record level.
Returns -1 if an error occurs, 0 if no matches, and 1 for success.
Steve Grubb