Imported Upstream version 2.4.3
[platform/upstream/audit.git] / docs / auparse_timestamp_compare.3
1 .TH "AUPARSE_TIMESTAMP_COMPARE" "3" "Feb 2007" "Red Hat" "Linux Audit API"
2 .SH NAME
3 auparse_timestamp_compare \- compares timestamp values
4 .SH "SYNOPSIS"
5 .B #include <auparse.h>
6 .sp
7 int auparse_timestamp_compare(au_event_t *e1, au_event_t *e2);
8
9 .SH "DESCRIPTION"
10
11 auparse_timestamp_compare compares the values of 2 timestamps.
12
13 .SH "RETURN VALUE"
14
15 Returns \-1, 0, or 1 respectively depending on whether e2 is less than, equal to, or greater than e1.
16
17 .SH "SEE ALSO"
18
19 .BR auparse_get_timestamp (3).
20
21 .SH AUTHOR
22 Steve Grubb