diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/rin/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rin/time.h b/include/rin/time.h index aa9bc66..523103f 100644 --- a/include/rin/time.h +++ b/include/rin/time.h @@ -26,6 +26,7 @@ struct timespec rin_time_add(const struct timespec * const a, const struct timespec * const b); struct timespec rin_time_sub(const struct timespec * const a, const struct timespec * const b); struct timespec rin_time_normalize(const struct timespec * const t); +long int rin_time_cmp(const struct timespec * const a, const struct timespec * const b); unsigned int rin_time_cmp_less(const struct timespec * const a, const struct timespec * const b); unsigned int rin_time_cmp_more(const struct timespec * const a, const struct timespec * const b); unsigned int rin_time_cmp_lessequal(const struct timespec * const a, const struct timespec * const b); |