5aeb2ebd59
PR: 34415 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
11 lines
356 B
C
11 lines
356 B
C
--- 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
|