Make xstrcasestr prototype return value match the implementation

(cherry picked from 3b687ffe16 commit)
This commit is contained in:
Alan Coopersmith 2008-07-17 18:16:59 -07:00
parent b5932f176c
commit b61ee18b72

View file

@ -566,7 +566,7 @@ extern int xstrncasecmp(const char *s1, const char *s2, size_t n);
#if NEED_STRCASESTR
#define strcasestr xstrcasestr
extern int xstrcasestr(const char *s, const char *find);
extern char *xstrcasestr(const char *s, const char *find);
#endif
/*