aboutsummaryrefslogtreecommitdiff
path: root/include/Conf.hpp
blob: 2b38e957d4904650e7350a9fed5ed2bcdad2609a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SIBS_CONF_HPP
#define SIBS_CONF_HPP

#include "Result.hpp"
#include <string>

namespace sibs
{
    Result<std::string> readConf(const char *filepath);
}

#endif //SIBS_CONF_HPP