1AUPARSE_RESET(3) Linux Audit API AUPARSE_RESET(3)
23
4
NAME
6auparse_reset - reset audit parser instance
7
SYNOPSIS
9#include <auparse.h>
1011
int auparse_reset(auparse_state_t *au);
1213
DESCRIPTION
15auparse_reset resets all internal cursors to the beginning. It closes
16files, descriptors, and frees memory buffers.
1718
RETURN VALUE
20Returns -1 if an error occurs; otherwise, 0 for success.
2122
SEE ALSO
24auparse_init(3), auparse_destroy(3).
2526
AUTHOR
28Steve Grubb
2930
31
32
Red Hat Sep 2014 AUPARSE_RESET(3)