summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/time-smoother.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-07-28 01:35:19 +0200
committerLennart Poettering <lennart@poettering.net>2009-07-28 01:35:19 +0200
commit09e57c2ee9c731805e97f07771a18dfc4c917318 (patch)
treeef48805839f8bede8accef8c1eed47ef6a9e3372 /src/pulsecore/time-smoother.h
parent835a2ae83a6cca344608ce9504f8d69da9d112fc (diff)
parent8343360da1d8d93e8e3818ab91e7f764a1c8c99e (diff)
Merge branch 'master' into master-tx
Diffstat (limited to 'src/pulsecore/time-smoother.h')
-rw-r--r--src/pulsecore/time-smoother.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/time-smoother.h b/src/pulsecore/time-smoother.h
index 5244a7e7..63d33e48 100644
--- a/src/pulsecore/time-smoother.h
+++ b/src/pulsecore/time-smoother.h
@@ -52,7 +52,7 @@ 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, pa_bool_t abrupt);
-void pa_smoother_reset(pa_smoother *s);
+void pa_smoother_reset(pa_smoother *s, pa_usec_t time_offset, pa_bool_t paused);
void pa_smoother_fix_now(pa_smoother *s);