auparse_reset(3) - Linux man page

Name

auparse_reset - reset audit parser instance

Synopsis

#include <auparse.h>

int auparse_reset(auparse_state_t *au);

Description

auparse_reset resets all internal cursors to the beginning. It closes files and descriptors.

Return Value

Returns -1 if an error occurs; otherwise, 0 for success.

See Also

auparse_init(3), auparse_destroy(3).

Author

Steve Grubb