]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/rtclock.h
don't allow --start in system mode
[pulseaudio] / src / pulsecore / rtclock.h
index f0360af3428e22232f9a97881901124d528b0a8c..705de48f98572148fdbb444fbf16c70b8face25f 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef foopulsertclockhfoo
 #define foopulsertclockhfoo
 
-/* $Id$ */
-
 /***
   This file is part of PulseAudio.
 
@@ -40,4 +38,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