Access unparsed record data
#include <auparse.h>
const char *auparse_get_record_text(auparse_state_t *au);
auparse_get_record_text returns a pointer to the full unparsed record.
Returns NULL if an error occurs; otherwise, a pointer to the record.
Steve Grubb