mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
curl.h: CURLE_FUNCTION_NOT_FOUND is no longer in use
This error code was once introduced when some library was dynamically loaded and a funciton within said library couldn't be found.
This commit is contained in:
parent
ad10eb5fed
commit
9b3fbf6b83
@ -479,7 +479,7 @@ typedef enum {
|
|||||||
CURLE_LDAP_CANNOT_BIND, /* 38 */
|
CURLE_LDAP_CANNOT_BIND, /* 38 */
|
||||||
CURLE_LDAP_SEARCH_FAILED, /* 39 */
|
CURLE_LDAP_SEARCH_FAILED, /* 39 */
|
||||||
CURLE_OBSOLETE40, /* 40 - NOT USED */
|
CURLE_OBSOLETE40, /* 40 - NOT USED */
|
||||||
CURLE_FUNCTION_NOT_FOUND, /* 41 */
|
CURLE_FUNCTION_NOT_FOUND, /* 41 - NOT USED starting with 7.52.2 */
|
||||||
CURLE_ABORTED_BY_CALLBACK, /* 42 */
|
CURLE_ABORTED_BY_CALLBACK, /* 42 */
|
||||||
CURLE_BAD_FUNCTION_ARGUMENT, /* 43 */
|
CURLE_BAD_FUNCTION_ARGUMENT, /* 43 */
|
||||||
CURLE_OBSOLETE44, /* 44 - NOT USED */
|
CURLE_OBSOLETE44, /* 44 - NOT USED */
|
||||||
|
Loading…
Reference in New Issue
Block a user