#ifndef SIBS_CONF_HPP #define SIBS_CONF_HPP #include "Result.hpp" #include namespace sibs { Result readConf(const char *filepath); } #endif //SIBS_CONF_HPP