AUPARSE_RESET(3) | Linux Audit API | AUPARSE_RESET(3) |
auparse_reset - reset audit parser instance
#include <auparse.h>
int auparse_reset(auparse_state_t *au);
auparse_reset resets all internal cursors to the beginning. It closes files, descriptors, and frees memory buffers.
Returns -1 if an error occurs; otherwise, 0 for success.
Steve Grubb
Sep 2014 | Red Hat |