#pragma once #include #include namespace ts::server::file::config { enum struct Key { SSL_OPTION_SUPPLIER }; extern void value_updated(Key /* value */); extern std::function()> ssl_option_supplier; }