blob: 17cc47d7972a42980f95eb238ebdee79b582f119 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ad,v 1.3 2012/08/13 12:41:10 obache Exp $
--- src/proto.h.orig 2009-10-20 16:54:26.000000000 +0000
+++ src/proto.h
@@ -104,7 +104,9 @@ char *PushByte(struct Push *, char);
char *PushString(struct Push *, const char *);
char *PushNString(struct Push *, const char *, int);
+#ifndef HAVE_STRCASESTR
char *strcasestr (const char *, const char *);
+#endif
char *strsav(const char *);
char *strreplace(char *, char *);
void strcpymax(char *, const char *, int);
|