blob: 37ebf723f3e5263556846f04f1956368f28bfee0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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);
|