auparse_next_record

Langue: en

Autres versions - même langue

Version: 46662 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

NAME

auparse_next_record - move record cursor

SYNOPSIS

#include <auparse.h>

int auparse_next_record(auparse_state_t *au);

DESCRIPTION

auparse_next_record will move the internal library cursors to point to the next record of the current event.

RETURN VALUE

Returns -1 if an error occurs, 0 if no more records in current event, or 1 for success.

SEE ALSO

auparse_next_event(3).

AUTHOR

Steve Grubb