diff options
Diffstat (limited to 'src/pulse/timeval.h')
-rw-r--r-- | src/pulse/timeval.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pulse/timeval.h b/src/pulse/timeval.h index e90df9f8..60b9d085 100644 --- a/src/pulse/timeval.h +++ b/src/pulse/timeval.h @@ -55,6 +55,9 @@ pa_usec_t pa_timeval_age(const struct timeval *tv); /** Add the specified time inmicroseconds to the specified timeval structure */ struct timeval* pa_timeval_add(struct timeval *tv, pa_usec_t v) PA_GCC_PURE; +/** Store the specified uec value in the timeval struct */ +struct timeval* pa_timeval_store(struct timeval *tv, pa_usec_t v); + PA_C_DECL_END #endif |