auparse_destroy(3) - Linux man page
Name
auparse_destroy - release instance of parserSynopsis
#include <auparse.h>void auparse_destroy (auparse_state_t *au);
Description
auparse_destroy frees all data structures and closes file descriptors.
Return Value
None.
See Also
auparse_init(3), auparse_reset(3).