summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/time-smoother.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-06-20 22:17:40 +0200
committerLennart Poettering <lennart@poettering.net>2008-06-20 22:17:40 +0200
commit2b112fe9db9005b3e445e7dc462f5ec7202b8fe3 (patch)
treeccfab2d507f6759bcf3d68a8baa7a999186e845c /src/pulsecore/time-smoother.h
parent11e55fe01fcf85f9954577795b0517eac8373390 (diff)
add new function pa_smoother_reset()
Diffstat (limited to 'src/pulsecore/time-smoother.h')
-rw-r--r--src/pulsecore/time-smoother.h2
1 files changed, 2 insertions, 0 deletions
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