mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
curl.h: fix "unused checksrc ignore", remove dangling reference
... to a README file that doesn't exist anymore
This commit is contained in:
parent
1c8725e639
commit
7b81623660
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user