mirror of https://github.com/BOINC/boinc.git
parent
b358089006
commit
8cee2998ce
|
@ -33,7 +33,7 @@ extern size_t strlcat(char *dst, const char *src, size_t size);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(HAVE_STRCASESTR)
|
#if !defined(HAVE_STRCASESTR)
|
||||||
extern char *strcasestr(const char *s1, const char *s2);
|
extern const char *strcasestr(const char *s1, const char *s2);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue