1AUPARSE_NEXT_EVENT(3)           Linux Audit API          AUPARSE_NEXT_EVENT(3)
2
3
4

NAME

6       auparse_next_event - get the next event
7

SYNOPSIS

9       #include <auparse.h>
10
11       int auparse_next_event(auparse_state_t *au);
12
13

DESCRIPTION

15       auparse_next_event  will position the cursors at the first field of the
16       first record of the next event in a file or buffer. It  does  not  skip
17       events or honor any search criteria that may be stored.
18
19

RETURN VALUE

21       Returns -1 if an error occurs, 0 if there's no data, 1 for success.
22
23

SEE ALSO

25       auparse_next_record(3).
26
27

AUTHOR

29       Steve Grubb
30
31
32
33Red Hat                            Feb 2007              AUPARSE_NEXT_EVENT(3)
Impressum