From 9b3fbf6b83cd3e8f868e17a7571cb32106e10f23 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 29 Dec 2016 11:30:12 +0100 Subject: 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. --- include/curl/curl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/curl/curl.h b/include/curl/curl.h index 5b4ae469e..9481aca8c 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -479,7 +479,7 @@ typedef enum { CURLE_LDAP_CANNOT_BIND, /* 38 */ CURLE_LDAP_SEARCH_FAILED, /* 39 */ 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_BAD_FUNCTION_ARGUMENT, /* 43 */ CURLE_OBSOLETE44, /* 44 - NOT USED */ -- cgit v1.2.3