Query: auparse_get_record_text
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
AUPARSE_GET_RECORD_TEXT(3) Linux Audit API AUPARSE_GET_RECORD_TEXT(3)NAMEauparse_get_record_text - access unparsed record dataSYNOPSIS#include <auparse.h> const char *auparse_get_record_text(auparse_state_t *au);DESCRIPTIONauparse_get_record_text returns a pointer to the full unparsed record.RETURN VALUEReturns NULL if an error occurs; otherwise, a pointer to the record.SEE ALSOauparse_next_record(3).AUTHORSteve Grubb Red Hat Feb 2007 AUPARSE_GET_RECORD_TEXT(3)