#pragma once #include #include namespace DB { /// Return path to existing configuration file. std::optional getClientConfigPath(const std::string & home_path); }