mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-11 04:00:21 +01:00
Make xstrcasestr prototype return value match the implementation
(cherry picked from 3b687ffe16 commit)
This commit is contained in:
parent
b5932f176c
commit
b61ee18b72
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue