| 232 | |
| 233 | /* This points to a linked list of post-entries, struct curl_httppost */ |
| 234 | CURLCPP_DEFINE_OPTION(CURLOPT_HTTPPOST, const struct curl_httppost*); |
| 235 | |
| 236 | /* name of the file keeping your private SSL-certificate */ |
| 237 | CURLCPP_DEFINE_OPTION(CURLOPT_SSLCERT, const char*); |
nothing calls this directly
no outgoing calls
no test coverage detected