gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 145/256: curl.h: fix "unused checksrc ignore", remo


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 145/256: curl.h: fix "unused checksrc ignore", remove dangling reference
Date: Fri, 06 Oct 2017 19:43:56 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 7b81623660aed73512814b4c2fcf7a13a2bdc3d8
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Sep 4 19:59:11 2017 +0200

    curl.h: fix "unused checksrc ignore", remove dangling reference
    
    ... to a README file that doesn't exist anymore
---
 include/curl/curl.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/include/curl/curl.h b/include/curl/curl.h
index d3583ba6c..1ef2ca619 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -1965,10 +1965,7 @@ typedef enum {
 #define CURL_ZERO_TERMINATED ((size_t) -1)
 
 /* curl_strequal() and curl_strnequal() are subject for removal in a future
-   libcurl, see lib/README.curlx for details
-
-   !checksrc! disable SPACEBEFOREPAREN 2
-*/
+   release */
 CURL_EXTERN int curl_strequal(const char *s1, const char *s2);
 CURL_EXTERN int curl_strnequal(const char *s1, const char *s2, size_t n);
 

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



reply via email to

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