mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
Xext: silence 'warning: no previous prototype' for sync, bigreq and xcmisc.
xcmisc and bigreq don't have their own header so just declare it here to shut up the compiler. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
00dfe69aab
commit
aa71e268f5
3 changed files with 5 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ from The Open Group.
|
|||
|
||||
static DISPATCH_PROC(ProcBigReqDispatch);
|
||||
|
||||
void BigReqExtensionInit(INITARGS);
|
||||
|
||||
void
|
||||
BigReqExtensionInit(INITARGS)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue