From e83f17758d36f9c99f81a3683de7acd35ab66ae2 Mon Sep 17 00:00:00 2001 From: nishi Date: Tue, 30 Jan 2024 01:01:50 +0000 Subject: [PATCH] bugfix git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@136 d27a3e52-49c5-7645-884c-6793ebffc270 --- Library/Tag.c | 2 ++ W3Version.h.p | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Library/Tag.c b/Library/Tag.c index 3022600..b3b4884 100644 --- a/Library/Tag.c +++ b/Library/Tag.c @@ -8,6 +8,8 @@ #include #include +extern int strcasecmp(const char* s1, const char* s2); + void W3_Tag_Parse(char* data, size_t size, void (*tagfunc)(char* tagname, char* attr), void (*textfunc)(char* data)) { int i; int phase = 0; diff --git a/W3Version.h.p b/W3Version.h.p index 67aab33..9e18bd7 100644 --- a/W3Version.h.p +++ b/W3Version.h.p @@ -6,7 +6,7 @@ extern "C" { #endif -#define LIBW3_VERSION "2.2" \ +#define LIBW3_VERSION "2.2A" \ SUFFIX #ifdef __cplusplus -- 2.43.0