Man page - auparse_get_type(3)

Packages contains this manual

Manual

AUPARSE_GET_TYPE

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
AUTHOR

NAME

auparse_get_type - get record’s type

SYNOPSIS

#include <auparse.h>

int auparse_get_type(const auparse_state_t *au);

DESCRIPTION

auparse_get_type will return the integer value for the current record of the current event.

RETURN VALUE

auparse_get_type returns 0 if an error occurs; otherwise, the record’s type.

SEE ALSO

auparse_get_type_name (3), auparse_next_record (3).

AUTHOR

Steve Grubb