pkgsrc/mail/hypermail/patches/patch-ad
grant f4e770bc33 update hypermail to 2.1.8.
many changes since 2.1.7, mostly bug fixes and XHTML output.

see the ChangeLog for full details.
2004-10-20 10:10:47 +00:00

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);