SYNOPSIS

#include <auparse.h>

const char *auparse_get_field_str(auparse_state_t *au);

DESCRIPTION

auparse_get_field_str allows access to the value in the current field of the current record in the current event.

RETURN VALUE

Returns NULL if an error occurs; otherwise, a pointer to the field's value.

RELATED TO auparse_get_field_str…

AUTHOR

Steve Grubb