aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/audit/docs/auparse_destroy.3
blob: e5a82c75b4ee37964b9404c928df6f2ed6900464 (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 "AUPARSE_DESTROY" "3" "Feb 2007" "Red Hat" "Linux Audit API"
.SH NAME
auparse_destroy \- release instance of parser
.SH "SYNOPSIS"
.B #include <auparse.h>
.sp
void auparse_destroy (auparse_state_t *au);

.SH "DESCRIPTION"

auparse_destroy frees all data structures and closes file descriptors.

.SH "RETURN VALUE"

None.

.SH "SEE ALSO"

.BR auparse_init (3),
.BR auparse_reset (3).

.SH AUTHOR
Steve Grubb