Query: auparse_reset
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
AUPARSE_RESET(3) Linux Audit API AUPARSE_RESET(3)NAMEauparse_reset - reset audit parser instanceSYNOPSIS#include <auparse.h> int auparse_reset(auparse_state_t *au);DESCRIPTIONauparse_reset resets all internal cursors to the beginning. It closes files and descriptors.RETURN VALUEReturns -1 if an error occurs; otherwise, 0 for success.SEE ALSOauparse_init(3), auparse_destroy(3).AUTHORSteve Grubb Red Hat Feb 2007 AUPARSE_RESET(3)