logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

auparse_get_type - get record's type

Author

Steve Grubb Red Hat Mar 2016 AUPARSE_GET_TYPE(3)

Description

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

Name

auparse_get_type - get record's type

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).

Synopsis

#include<auparse.h> int auparse_get_type(const auparse_state_t *au);

See Also