mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
docs/libcurl: return value overhall
Unified, extended, clarified the return values for numerous functions Closes #15899
This commit is contained in:
parent
41e5a116a1
commit
4501b7e28d
38 changed files with 184 additions and 70 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue