summaryrefslogtreecommitdiff
path: root/src/utils/dirname.hpp
blob: 73e1b577200091515112c67ea4541c329bd32aa8 (plain)
1
2
3
4
5
6
#include <string>

namespace utils
{
std::string dirname(const std::string& filename);
}