Imported Upstream version 2.4.3
[platform/upstream/audit.git] / docs / auparse_reset.3
1 .TH "AUPARSE_RESET" "3" "Sep 2014" "Red Hat" "Linux Audit API"
2 .SH NAME
3 auparse_reset \- reset audit parser instance
4 .SH "SYNOPSIS"
5 .B #include <auparse.h>
6 .sp
7 int auparse_reset(auparse_state_t *au);
8
9 .SH "DESCRIPTION"
10
11 auparse_reset resets all internal cursors to the beginning. It closes files, descriptors, and frees memory buffers.
12
13 .SH "RETURN VALUE"
14
15 Returns \-1 if an error occurs; otherwise, 0 for success.
16
17 .SH "SEE ALSO"
18
19 .BR auparse_init (3), 
20 .BR auparse_destroy (3).
21
22 .SH AUTHOR
23 Steve Grubb