Linux Manuals · Linux Manuals session 3 auparse_get_type (3) Linux Manual Page ByLinux Manual Posted onApr 22, 2026 auparse_get_type – get record’s type Synopsis#include <auparse.h> int auparse_get_type(auparse_state_t *au); Descriptionauparse_get_type will return the integer value for the current record of the current event. Return Valueauparse_get_type returns 0 if an error occurs; otherwise, the record’s type. See Alsoauparse_get_type_name(3),auparse_next_record(3). AuthorSteve Grubb