mirror of
https://github.com/curl/curl.git
synced 2026-07-12 05:17:16 +03: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
1 changed files with 1 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue