auparse_reset (3) - Linux Manuals
auparse_reset: reset audit parser instance
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, descriptors, and frees memory buffers.
RETURN VALUE
Returns -1 if an error occurs; otherwise, 0 for success.
AUTHOR
Steve Grubb