1AUPARSE_RESET(3)                Linux Audit API               AUPARSE_RESET(3)
2
3
4

NAME

6       auparse_reset - reset audit parser instance
7

SYNOPSIS

9       #include <auparse.h>
10
11       int auparse_reset(auparse_state_t *au);
12
13

DESCRIPTION

15       auparse_reset  resets  all internal cursors to the beginning. It closes
16       files, descriptors, and frees memory buffers.
17
18

RETURN VALUE

20       Returns -1 if an error occurs; otherwise, 0 for success.
21
22

SEE ALSO

24       auparse_init(3), auparse_destroy(3).
25
26

AUTHOR

28       Steve Grubb
29
30
31
32Red Hat                            Sep 2014                   AUPARSE_RESET(3)
Impressum