compiler warning: fix

Fix compiler warning: enumerated type mixed with another type
This commit is contained in:
Yang Tse
2011-05-21 14:10:17 +02:00
parent 004d84fcc1
commit fce7276f54
4 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ void Curl_resolver_global_cleanup(void);
* Returning anything else than CURLE_OK fails curl_easy_init() with the
* correspondent code.
*/
int Curl_resolver_init(void **resolver);
CURLcode Curl_resolver_init(void **resolver);
/*
* Curl_resolver_cleanup()