lib/curl/Escape: add CurlUnescape()

This commit is contained in:
Max Kellermann
2019-10-15 13:39:02 +02:00
parent a8f4d2b6fc
commit 364acc8949
2 changed files with 22 additions and 0 deletions

View File

@@ -42,4 +42,10 @@ CurlEscapeUriPath(CURL *curl, StringView src) noexcept;
std::string
CurlEscapeUriPath(StringView src) noexcept;
std::string
CurlUnescape(CURL *curl, StringView src) noexcept;
std::string
CurlUnescape(StringView src) noexcept;
#endif