сбросить экземпляр анализатора аудита (reset audit parser instance)
Имя (Name)
auparse_reset - reset audit parser instance
Синопсис (Synopsis)
#include <auparse.h>
int auparse_reset(auparse_state_t *au);
Описание (Description)
auparse_reset resets all internal cursors to the beginning. It
closes files, descriptors, and frees memory buffers.
Возвращаемое значение (Return value)
Returns -1 if an error occurs; otherwise, 0 for success.
Смотри также (See also)
auparse_init(3), auparse_destroy(3).