diff options
Diffstat (limited to 'Source/cmCurl.h')
-rw-r--r-- | Source/cmCurl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCurl.h b/Source/cmCurl.h index fb716f8..9c1e337 100644 --- a/Source/cmCurl.h +++ b/Source/cmCurl.h @@ -11,3 +11,4 @@ std::string cmCurlSetCAInfo(::CURL* curl, const char* cafile = nullptr); std::string cmCurlSetNETRCOption(::CURL* curl, const std::string& netrc_level, const std::string& netrc_file); +std::string cmCurlFixFileURL(std::string url); |