aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/SoxrResampler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm/SoxrResampler.hxx')
-rw-r--r--src/pcm/SoxrResampler.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pcm/SoxrResampler.hxx b/src/pcm/SoxrResampler.hxx
index 74d32e2b5..efe9bd5cb 100644
--- a/src/pcm/SoxrResampler.hxx
+++ b/src/pcm/SoxrResampler.hxx
@@ -44,4 +44,7 @@ public:
Error &error) override;
};
+bool
+pcm_resample_soxr_global_init(const char *converter, Error &error);
+
#endif