auparse_get_record_text - access unparsed record data
Contents
Description
auparse_get_record_text returns a pointer to the full unparsed record.
Name
auparse_get_record_text - access unparsed record data
Return Value
Returns NULL if an error occurs; otherwise, a pointer to the record.
See Also
auparse_next_record(3).
Synopsis
#include<auparse.h>
const char *auparse_get_record_text(const auparse_state_t *au);
