Switch to unified view

a/src/pathut.h b/src/pathut.h
...
...
50
extern std::vector<std::string> path_dirglob(const std::string& dir,
50
extern std::vector<std::string> path_dirglob(const std::string& dir,
51
        const std::string pattern);
51
        const std::string pattern);
52
/// Encode according to rfc 1738
52
/// Encode according to rfc 1738
53
extern std::string url_encode(const std::string& url,
53
extern std::string url_encode(const std::string& url,
54
                              std::string::size_type offs = 0);
54
                              std::string::size_type offs = 0);
55
extern std::string url_decode(const std::string& encoded);
55
//// Convert to file path if url is like file://. This modifies the
56
//// Convert to file path if url is like file://. This modifies the
56
//// input (and returns a copy for convenience)
57
//// input (and returns a copy for convenience)
57
extern std::string fileurltolocalpath(std::string url);
58
extern std::string fileurltolocalpath(std::string url);
58
/// Test for file:/// url
59
/// Test for file:/// url
59
extern bool urlisfileurl(const std::string& url);
60
extern bool urlisfileurl(const std::string& url);