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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/rtclock.h b/src/pulsecore/rtclock.h
index f0360af3..f68ad761 100644
--- a/src/pulsecore/rtclock.h
+++ b/src/pulsecore/rtclock.h
@@ -40,4 +40,6 @@ pa_bool_t pa_rtclock_hrtimer(void);
/* timer with a resolution better than this are considered high-resolution */
#define PA_HRTIMER_THRESHOLD_USEC 10
+struct timeval* pa_rtclock_from_wallclock(struct timeval *tv);
+
#endif