summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-rtclock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/core-rtclock.h')
-rw-r--r--src/pulsecore/core-rtclock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/core-rtclock.h b/src/pulsecore/core-rtclock.h
index 9f5ae2dd..3b393ed5 100644
--- a/src/pulsecore/core-rtclock.h
+++ b/src/pulsecore/core-rtclock.h
@@ -44,6 +44,7 @@ void pa_rtclock_hrtimer_enable(void);
struct timeval* pa_rtclock_from_wallclock(struct timeval *tv);
pa_usec_t pa_timespec_load(const struct timespec *ts);
+struct timespec* pa_timespec_store(struct timespec *ts, pa_usec_t v);
struct timeval* pa_timeval_rtstore(struct timeval *tv, pa_usec_t v, pa_bool_t rtclock);