Imported Upstream version 2.4.3
[platform/upstream/audit.git] / docs / auparse_destroy.3
1 .TH "AUPARSE_DESTROY" "3" "Feb 2007" "Red Hat" "Linux Audit API"
2 .SH NAME
3 auparse_destroy \- release instance of parser
4 .SH "SYNOPSIS"
5 .B #include <auparse.h>
6 .sp
7 void auparse_destroy (auparse_state_t *au);
8
9 .SH "DESCRIPTION"
10
11 auparse_destroy frees all data structures and closes file descriptors.
12
13 .SH "RETURN VALUE"
14
15 None.
16
17 .SH "SEE ALSO"
18
19 .BR auparse_init (3),
20 .BR auparse_reset (3).
21
22 .SH AUTHOR
23 Steve Grubb