1AUPARSE_DESTROY(3) Linux Audit API AUPARSE_DESTROY(3)
23
4
NAME
6auparse_destroy - release instance of parser
7
SYNOPSIS
9#include <auparse.h>
1011
void auparse_destroy (auparse_state_t *au);
1213
DESCRIPTION
15auparse_destroy frees all data structures and closes file descriptors.
1617
RETURN VALUE
19None.
2021
SEE ALSO
23auparse_init(3), auparse_reset(3).
2425
AUTHOR
27Steve Grubb
2829
30
31
Red Hat Feb 2007 AUPARSE_DESTROY(3)