cmCurl.h 330 B

12345678910111213
  1. /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. file Copyright.txt or https://cmake.org/licensing for details. */
  3. #ifndef cmCurl_h
  4. #define cmCurl_h
  5. #include "cmConfigure.h"
  6. #include "cm_curl.h"
  7. #include <string>
  8. std::string cmCurlSetCAInfo(::CURL* curl, const char* cafile = nullptr);
  9. #endif