docs/libcurl: return value overhall

Unified, extended, clarified the return values for numerous functions

Closes #15899
This commit is contained in:
Daniel Stenberg 2025-01-02 15:43:12 +01:00
parent 41e5a116a1
commit 4501b7e28d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
38 changed files with 184 additions and 70 deletions

View file

@ -73,4 +73,7 @@ int main(void)
# RETURN VALUE
CURLMcode type, general libcurl multi interface error code.
This function returns a CURLMcode indicating success or error.
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
libcurl-errors(3).