auparse_reset(3) - Linux man page
Name
auparse_reset - reset audit parser instanceSynopsis
#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).