diff options
Diffstat (limited to 'src/pulsecore/time-smoother.h')
-rw-r--r-- | src/pulsecore/time-smoother.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulsecore/time-smoother.h b/src/pulsecore/time-smoother.h index b301b48c..2051e640 100644 --- a/src/pulsecore/time-smoother.h +++ b/src/pulsecore/time-smoother.h @@ -1,8 +1,6 @@ #ifndef foopulsetimesmootherhfoo #define foopulsetimesmootherhfoo -/* $Id$ */ - /*** This file is part of PulseAudio. @@ -46,4 +44,6 @@ void pa_smoother_set_time_offset(pa_smoother *s, pa_usec_t x_offset); void pa_smoother_pause(pa_smoother *s, pa_usec_t x); void pa_smoother_resume(pa_smoother *s, pa_usec_t x); +void pa_smoother_reset(pa_smoother *s); + #endif |