diff options
Diffstat (limited to 'src/pulsecore/rtclock.h')
-rw-r--r-- | src/pulsecore/rtclock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulsecore/rtclock.h b/src/pulsecore/rtclock.h index f0360af3..705de48f 100644 --- a/src/pulsecore/rtclock.h +++ b/src/pulsecore/rtclock.h @@ -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 |