From: nishi Date: Tue, 30 Jan 2024 01:01:50 +0000 (+0000) Subject: bugfix X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=e83f17758d36f9c99f81a3683de7acd35ab66ae2;p=libw3.git bugfix git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@136 d27a3e52-49c5-7645-884c-6793ebffc270 --- 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