logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

auparse_reset - reset audit parser instance

Author

Steve Grubb Red Hat Sep 2014 AUPARSE_RESET(3)

Description

auparse_reset resets all internal cursors to the beginning. It closes files, descriptors, and frees memory buffers.

Name

auparse_reset - reset audit parser instance

Return Value

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

See Also

auparse_init(3), auparse_destroy(3).

Synopsis

#include<auparse.h> int auparse_reset(auparse_state_t *au);

See Also