diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,3 +22,5 @@ void append(T& a, const T& b) } ctor::target_type target_type_from_extension(const std::filesystem::path& file); + +std::string esc(const std::string& in); |