diff options
Diffstat (limited to 'src/output/plugins/PulseOutputPlugin.hxx')
-rw-r--r-- | src/output/plugins/PulseOutputPlugin.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/output/plugins/PulseOutputPlugin.hxx b/src/output/plugins/PulseOutputPlugin.hxx index 27c28b5b6..c25371b0e 100644 --- a/src/output/plugins/PulseOutputPlugin.hxx +++ b/src/output/plugins/PulseOutputPlugin.hxx @@ -27,11 +27,8 @@ class Error; extern const struct AudioOutputPlugin pulse_output_plugin; -void -pulse_output_lock(PulseOutput &po); - -void -pulse_output_unlock(PulseOutput &po); +struct pa_threaded_mainloop * +pulse_output_get_mainloop(PulseOutput &po); void pulse_output_set_mixer(PulseOutput &po, PulseMixer &pm); |