--- a/sc2src/pathut.h
+++ b/sc2src/pathut.h
@@ -52,6 +52,7 @@
/// Encode according to rfc 1738
extern std::string url_encode(const std::string& url,
std::string::size_type offs = 0);
+extern std::string url_decode(const std::string& encoded);
//// Convert to file path if url is like file://. This modifies the
//// input (and returns a copy for convenience)
extern std::string fileurltolocalpath(std::string url);
@@ -118,6 +119,7 @@
#ifdef _WIN32
/// Convert \ separators to /
void path_slashize(std::string& s);
+void path_backslashize(std::string& s);
#endif
/// Lock/pid file class. This is quite close to the pidfile_xxx