From 2b112fe9db9005b3e445e7dc462f5ec7202b8fe3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 20 Jun 2008 22:17:40 +0200 Subject: add new function pa_smoother_reset() --- src/pulsecore/time-smoother.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulsecore/time-smoother.h') diff --git a/src/pulsecore/time-smoother.h b/src/pulsecore/time-smoother.h index 8f450d05..2051e640 100644 --- a/src/pulsecore/time-smoother.h +++ b/src/pulsecore/time-smoother.h @@ -44,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 -- cgit