diff options
Diffstat (limited to 'src/pathutil.hh')
| -rw-r--r-- | src/pathutil.hh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/pathutil.hh b/src/pathutil.hh new file mode 100644 index 0000000..af2f6fb --- /dev/null +++ b/src/pathutil.hh @@ -0,0 +1,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 |
