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
|
@ -42,6 +42,8 @@ from The Open Group.
|
|||
|
||||
static DISPATCH_PROC(ProcBigReqDispatch);
|
||||
|
||||
void BigReqExtensionInit(INITARGS);
|
||||
|
||||
void
|
||||
BigReqExtensionInit(INITARGS)
|
||||
{
|
||||
|
|
|
@ -173,4 +173,5 @@ extern void SyncDestroySystemCounter(
|
|||
);
|
||||
extern void InitServertime(void);
|
||||
|
||||
extern void SyncExtensionInit(void);
|
||||
#endif /* _SYNCSRV_H_ */
|
||||
|
|
|
@ -55,6 +55,8 @@ static DISPATCH_PROC(SProcXCMiscGetVersion);
|
|||
static DISPATCH_PROC(SProcXCMiscGetXIDList);
|
||||
static DISPATCH_PROC(SProcXCMiscGetXIDRange);
|
||||
|
||||
void XCMiscExtensionInit(INITARGS);
|
||||
|
||||
void
|
||||
XCMiscExtensionInit(INITARGS)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue