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:
Peter Hutterer 2009-09-18 11:35:47 +10:00
commit aa71e268f5
3 changed files with 5 additions and 0 deletions

View file

@ -42,6 +42,8 @@ from The Open Group.
static DISPATCH_PROC(ProcBigReqDispatch);
void BigReqExtensionInit(INITARGS);
void
BigReqExtensionInit(INITARGS)
{