summaryrefslogtreecommitdiff
path: root/src/pathutil.hh
blob: af2f6fb88bd3ee3e3c7826558a6687a3fc26e5cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef PATHUTIL_HH
#define PATHUTIL_HH

#include <string>
#include <string_view>

namespace path {

std::string cleanup(std::string_view path);

}  // namespace path

#endif  // PATHUTIL_HH