freebsd-ports/www/arena/files/patch-Library::Implementation::HTString.h

12 lines
356 B
C
Raw Normal View History

--- Library/Implementation/HTString.h.orig Tue Jan 29 18:11:15 2002
+++ Library/Implementation/HTString.h Tue Jan 29 18:11:47 2002
@@ -68,7 +68,7 @@
This works like strstr() but is not case-sensitive.
*/
-extern char * strcasestr (char * s1, char * s2);
+// extern char * strcasestr (char * s1, char * s2);
/*
Strip white space off a string