diff options
Diffstat (limited to '')
-rw-r--r-- | src/pcm/PcmConvert.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pcm/PcmConvert.hxx b/src/pcm/PcmConvert.hxx index 0672c2955..2db24f87b 100644 --- a/src/pcm/PcmConvert.hxx +++ b/src/pcm/PcmConvert.hxx @@ -110,4 +110,7 @@ private: extern const Domain pcm_convert_domain; +bool +pcm_convert_global_init(Error &error); + #endif |