1AUPARSE_GET_TYPE_NAME(3)        Linux Audit API       AUPARSE_GET_TYPE_NAME(3)
2
3
4

NAME

6       auparse_get_type_name - get record's type translation
7

SYNOPSIS

9       #include <auparse.h>
10
11       const char *auparse_get_type_name(auparse_state_t *au);
12
13

DESCRIPTION

15       The  auparse_get_type_name function will return the text representation
16       of the name of the current record type.
17
18

RETURN VALUE

20       The auparse_get_type_name function returns NULL on error;  otherwise  a
21       pointer to a string.
22
23

SEE ALSO

25       auparse_get_type(3),auparse_next_record(3).
26
27

AUTHOR

29       Steve Grubb
30
31
32
33Red Hat                            Mar 2016           AUPARSE_GET_TYPE_NAME(3)
Impressum