diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-10-16 08:23:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-10-16 08:23:48 +0000 |
commit | 9d16b4081ed011c11f9876ae2685076e92113593 (patch) | |
tree | 566029901ed6edccdc424814d068c9db75723d2c /lib/curlx.h | |
parent | 545cafce9b81f4bda89072a5ebb2d1632f10dc44 (diff) | |
download | curl-9d16b4081ed011c11f9876ae2685076e92113593.tar.gz |
Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function
used in strequal.c so now all test cases run fine for me again.
Diffstat (limited to 'lib/curlx.h')
-rw-r--r-- | lib/curlx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curlx.h b/lib/curlx.h index 94f277f10..9558845e9 100644 --- a/lib/curlx.h +++ b/lib/curlx.h @@ -65,7 +65,7 @@ #define curlx_getenv curl_getenv #define curlx_strequal curl_strequal #define curlx_strnequal curl_strnequal -#define curlx_ascii_equal Curl_ascii_equal +#define curlx_raw_equal Curl_raw_equal #define curlx_mvsnprintf curl_mvsnprintf #define curlx_msnprintf curl_msnprintf #define curlx_maprintf curl_maprintf |