aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/audit/docs/ausearch_clear.3
blob: 1f8ad20a8f1ae920f8b58db751276d03fbb0f036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.TH "AUSEARCH_CLEAR" "3" "Feb 2007" "Red Hat" "Linux Audit API"
.SH NAME
ausearch_clear \- clear search parameters
.SH "SYNOPSIS"
.B #include <auparse.h>
.sp
void ausearch_clear(auparse_state_t *au);

.SH "DESCRIPTION"

ausearch_clear clears any search parameters stored in the parser instance and frees memory associated with it.

.SH "RETURN VALUE"

None.

.SH "SEE ALSO"

.BR ausearch_add_item (3), 
.BR ausearch_add_regex (3).

.SH AUTHOR
Steve Grubb