mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
Removed the defines for strequal() and strnequal().
This commit is contained in:
parent
7e049fca61
commit
60e015d0c1
@ -696,8 +696,6 @@ typedef enum {
|
||||
*/
|
||||
extern int (curl_strequal)(const char *s1, const char *s2);
|
||||
extern int (curl_strnequal)(const char *s1, const char *s2, size_t n);
|
||||
#define strequal(a,b) curl_strequal(a,b)
|
||||
#define strnequal(a,b,c) curl_strnequal(a,b,c)
|
||||
|
||||
/* DEPRECATED function to build formdata */
|
||||
int curl_formparse(char *, struct curl_httppost **,
|
||||
|
Loading…
Reference in New Issue
Block a user