mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 12:10:12 +01:00
Make xstrcasestr prototype return value match the implementation
This commit is contained in:
parent
f7bfa4ae97
commit
3b687ffe16
1 changed files with 1 additions and 1 deletions
|
|
@ -611,7 +611,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
|
||||
|
||||
extern int XItoCoreType(int xi_type);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue