aboutsummaryrefslogtreecommitdiff
path: root/lib/asyn-thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/asyn-thread.c')
-rw-r--r--lib/asyn-thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asyn-thread.c b/lib/asyn-thread.c
index e073d3a58..cc444da4c 100644
--- a/lib/asyn-thread.c
+++ b/lib/asyn-thread.c
@@ -119,7 +119,7 @@ void Curl_resolver_global_cleanup(void)
* URL-state specific environment ('resolver' member of the UrlState
* structure). Does nothing here.
*/
-int Curl_resolver_init(void **resolver)
+CURLcode Curl_resolver_init(void **resolver)
{
(void)resolver;
return CURLE_OK;