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