]> granicus.if.org Git - curl/commitdiff
curl.h: CURLE_FUNCTION_NOT_FOUND is no longer in use
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Dec 2016 10:30:12 +0000 (11:30 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Dec 2016 10:31:01 +0000 (11:31 +0100)
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

index 5b4ae469eec9ae2022a96aafa40687066bb2e32d..9481aca8c21372171edbcdf0a6f8627de8372259 100644 (file)
@@ -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 */