1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/www/hypermail/files/patch-src::proto.h
Pete Fritchman 93baf05575 - update to 2.1.4
- remove WITH_GDBM hook as this is now standard in hypermail
2001-12-24 17:56:11 +00:00

12 lines
382 B
C

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