diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-10-15 11:31:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-10-15 11:31:39 +0000 |
commit | 0ea1c281351ecc1290df16b87d9afb337e297c61 (patch) | |
tree | 9bb7a741390b9dcb887fce7b3baeb16b2c2c8c80 /lib/strequal.h | |
parent | 36e56f36ada9499698db01ca509b7fe5d8d33811 (diff) |
removed the proto as well since the function is now gone
Diffstat (limited to 'lib/strequal.h')
-rw-r--r-- | lib/strequal.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/strequal.h b/lib/strequal.h index b3caa7345..70066559f 100644 --- a/lib/strequal.h +++ b/lib/strequal.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -32,8 +32,6 @@ argument is zero-byte terminated */ #define checkprefix(a,b) strnequal(a,b,strlen(a)) -/* case insensitive strstr() */ -char *Curl_strcasestr(const char *haystack, const char *needle); #ifndef HAVE_STRLCAT #define strlcat(x,y,z) Curl_strlcat(x,y,z) |