"enumerated type mixed with another type"
Closes #9179
* @return PARAM_LIBCURL_UNSUPPORTED_PROTOCOL protocol not supported
* @return PARAM_REQUIRES_PARAMETER missing parameter
*/
-int check_protocol(const char *str)
+ParameterError check_protocol(const char *str)
{
const char * const *pp;
const curl_version_info_data *curlinfo = curl_version_info(CURLVERSION_NOW);
unsigned int val, char **obuf,
const char *str);
-int check_protocol(const char *str);
+ParameterError check_protocol(const char *str);
ParameterError str2offset(curl_off_t *val, const char *str);