table of contents
AUSEARCH_CLEAR(3) | Linux Audit API | AUSEARCH_CLEAR(3) |
NAME¶
ausearch_clear - clear search parameters
SYNOPSIS¶
#include <auparse.h>
void ausearch_clear(auparse_state_t *au);
DESCRIPTION¶
ausearch_clear clears any search parameters stored in the parser instance and frees memory associated with it.
RETURN VALUE¶
None.
SEE ALSO¶
AUTHOR¶
Steve Grubb
Feb 2007 | Red Hat |