diff options
Diffstat (limited to 'www/hypermail/files/patch-src::proto.h')
-rw-r--r-- | www/hypermail/files/patch-src::proto.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/hypermail/files/patch-src::proto.h b/www/hypermail/files/patch-src::proto.h index 3c17c6afe68a..c66a4702a15c 100644 --- a/www/hypermail/files/patch-src::proto.h +++ b/www/hypermail/files/patch-src::proto.h @@ -1,11 +1,11 @@ ---- src/proto.h.orig Mon Dec 24 12:40:11 2001 -+++ src/proto.h Mon Dec 24 12:40:19 2001 -@@ -88,7 +88,7 @@ +--- src/proto.h.orig Thu Jul 3 18:00:18 2003 ++++ src/proto.h Thu Jan 8 00:27:25 2004 +@@ -94,7 +94,7 @@ + char *PushString(struct Push *, const char *); + char *PushNString(struct Push *, const char *, int); + +-char *strcasestr (char *, const char *); ++// char *strcasestr (char *, const char *); char *strsav(const char *); char *strreplace(char *, char *); void strcpymax(char *, const char *, int); --char *strcasestr(char *, const char *); -+/* char *strcasestr(char *, const char *); */ - char *stripzone(char *); - int numstrchr(char *, char); - char *getvalue(char *); |