gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 25/173: curl.h: CURLE_FUNCTION_NOT_FOUND is no long


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 25/173: curl.h: CURLE_FUNCTION_NOT_FOUND is no longer in use
Date: Fri, 24 Feb 2017 14:00:47 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.53.1
in repository gnurl.

commit 9b3fbf6b83cd3e8f868e17a7571cb32106e10f23
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Dec 29 11:30:12 2016 +0100

    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 */

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]