gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 138/256: curl.h: make the curl_strequal() protos us


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 138/256: curl.h: make the curl_strequal() protos use the same style
Date: Fri, 06 Oct 2017 19:43:49 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit bd8070085f9f8516baa340e55a62e88e0cb5b063
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Sep 4 09:38:19 2017 +0200

    curl.h: make the curl_strequal() protos use the same style
    
    ... as the other functions. Makes it easier to machine-parse!
---
 include/curl/curl.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/curl/curl.h b/include/curl/curl.h
index c036a44ec..d3583ba6c 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -1969,8 +1969,8 @@ typedef enum {
 
    !checksrc! disable SPACEBEFOREPAREN 2
 */
-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);
+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);
 
 /* Mime/form handling support. */
 typedef struct Curl_mime        curl_mime;      /* Mime context. */

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



reply via email to

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