auparse_get_type - get record’s type
#include <auparse.h> int auparse_get_type(auparse_state_t *au);
auparse_get_type will return the integer value for the current record of the current event.
Returns 0 if an error occurs; otherwise, the record’s type.
auparse_next_record(3).
Steve Grubb