diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-18 09:42:56 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-18 10:25:02 +0200 |
commit | 49efb6071cbb42384ba8abb7a4696a375c1f8f36 (patch) | |
tree | dd8c6aba8f2ac9fd443ca48619794d220ca88b1d /src/config/Data.hxx | |
parent | 8df98932b111bf1cdd219d47f3e418761d38d664 (diff) |
config/Migrate: library to migrate deprecated settings
Diffstat (limited to 'src/config/Data.hxx')
-rw-r--r-- | src/config/Data.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/Data.hxx b/src/config/Data.hxx index 65ec0af84..d58948489 100644 --- a/src/config/Data.hxx +++ b/src/config/Data.hxx @@ -101,6 +101,9 @@ struct ConfigData { gcc_pure const ConfigBlock *FindBlock(ConfigBlockOption option, const char *key, const char *value) const; + + ConfigBlock &MakeBlock(ConfigBlockOption option, + const char *key, const char *value); }; #endif |