auparse_reset - Man Page

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, descriptors, and frees memory buffers.

Return Value

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

See Also

auparse_init(3), auparse_destroy(3).

Author

Steve Grubb

Referenced By

auparse_destroy(3), auparse_init(3).

Sep 2014 Red Hat Linux Audit API