Blame docs/auparse_get_type_name.3

Packit f0d170
.TH "AUPARSE_GET_TYPE_NAME" "3" "Mar 2016" "Red Hat" "Linux Audit API"
Packit f0d170
.SH NAME
Packit f0d170
auparse_get_type_name \- get record's type translation
Packit f0d170
.SH "SYNOPSIS"
Packit f0d170
.B #include <auparse.h>
Packit f0d170
.sp
Packit f0d170
const char *auparse_get_type_name(auparse_state_t *au);
Packit f0d170
Packit f0d170
.SH "DESCRIPTION"
Packit f0d170
Packit f0d170
The auparse_get_type_name function will return the text representation of the name of the current record type.
Packit f0d170
Packit f0d170
.SH "RETURN VALUE"
Packit f0d170
Packit f0d170
The auparse_get_type_name function returns NULL on error; otherwise a pointer to a string.
Packit f0d170
Packit f0d170
.SH "SEE ALSO"
Packit f0d170
Packit f0d170
.BR auparse_get_type(3), auparse_next_record(3).
Packit f0d170
Packit f0d170
.SH AUTHOR
Packit f0d170
Steve Grubb