From: Daniel Stenberg Date: Mon, 4 Sep 2017 17:59:11 +0000 (+0200) Subject: curl.h: fix "unused checksrc ignore", remove dangling reference X-Git-Tag: curl-7_56_0~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b81623660aed73512814b4c2fcf7a13a2bdc3d8;p=curl curl.h: fix "unused checksrc ignore", remove dangling reference ... to a README file that doesn't exist anymore --- 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);