]> Nishi Git Mirror - libw3.git/commitdiff
fixed some warning
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Thu, 25 Jan 2024 11:01:39 +0000 (11:01 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Thu, 25 Jan 2024 11:01:39 +0000 (11:01 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@63 d27a3e52-49c5-7645-884c-6793ebffc270

Library/HTTP.c
W3Version.h.p

index a4b13298f62e134fb97d72904c6a412967fcf9c0..67dccf2f580f75452889e4e1c1cd4687333be61a 100644 (file)
@@ -8,6 +8,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
+
+extern int strcasecmp(const char *s1, const char *s2);
 
 void __W3_HTTP_Request(struct W3* w3) {
        __W3_Debug("LibW3-HTTP", "Sending the request");
index 7a9e31a7267220638d1eb5c25b911d0e27108834..1ca713ecd72d67136aa630f378aeecfd122dbc5b 100644 (file)
@@ -6,7 +6,7 @@
 extern "C" {
 #endif
 
-#define LIBW3_VERSION "1.3C" \
+#define LIBW3_VERSION "1.3D" \
 SUFFIX
 
 #ifdef __cplusplus