auparse_get_type(3) - Linux man page
Name
auparse_get_type - get record's typeSynopsis
#include <auparse.h>int auparse_get_type(auparse_state_t *au);
Description
auparse_get_type will return the integer value for the current record of the current event.
Return Value
Returns 0 if an error occurs; otherwise, the record's type.