merge glitch-free branch back into trunk
[profile/ivi/pulseaudio.git] / src / pulsecore / rtclock.h
index f0360af..f68ad76 100644 (file)
@@ -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