f4e770bc33
many changes since 2.1.7, mostly bug fixes and XHTML output. see the ChangeLog for full details.
14 lines
472 B
Text
14 lines
472 B
Text
$NetBSD: patch-ad,v 1.2 2004/10/20 10:10:47 grant Exp $
|
|
|
|
--- src/proto.h.orig 2003-07-04 09:00:18.000000000 +1000
|
|
+++ src/proto.h
|
|
@@ -94,7 +94,9 @@ char *PushByte(struct Push *, char);
|
|
char *PushString(struct Push *, const char *);
|
|
char *PushNString(struct Push *, const char *, int);
|
|
|
|
+#ifndef HAVE_STRCASESTR
|
|
char *strcasestr (char *, const char *);
|
|
+#endif
|
|
char *strsav(const char *);
|
|
char *strreplace(char *, char *);
|
|
void strcpymax(char *, const char *, int);
|