diff options
Diffstat (limited to 'lib/asyn.h')
-rw-r--r-- | lib/asyn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asyn.h b/lib/asyn.h index 4e16de03d..34f9c14c5 100644 --- a/lib/asyn.h +++ b/lib/asyn.h @@ -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() |