config/Param: split block-specific attributes to new struct ConfigBlock
The old struct config_param remains only for top-level string options.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
static constexpr Domain mpg123_domain("mpg123");
|
||||
|
||||
static bool
|
||||
mpd_mpg123_init(gcc_unused const config_param ¶m)
|
||||
mpd_mpg123_init(gcc_unused const ConfigBlock &block)
|
||||
{
|
||||
mpg123_init();
|
||||
|
||||
|
Reference in New Issue
Block a user