diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-09-04 19:59:11 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-09-04 19:59:11 +0200 |
commit | 7b81623660aed73512814b4c2fcf7a13a2bdc3d8 (patch) | |
tree | 23e425490014802c9650c3876a5a325e6b8d1125 /include | |
parent | 1c8725e639e0749b5faf90d6236a98c639d1241d (diff) | |
download | curl-7b81623660aed73512814b4c2fcf7a13a2bdc3d8.tar.gz |
curl.h: fix "unused checksrc ignore", remove dangling reference
... to a README file that doesn't exist anymore
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 5 |
1 files changed, 1 insertions, 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); |