mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Fix "warning: no previous prototype for ‘XevieExtensionInit’".
This commit is contained in:
@@ -55,6 +55,7 @@ of the copyright holder.
|
||||
#include <xkbsrv.h>
|
||||
|
||||
#include "../os/osdep.h"
|
||||
#include "modinit.h"
|
||||
|
||||
#define NoSuchEvent 0x80000000
|
||||
|
||||
|
||||
@@ -112,6 +112,10 @@ extern void SELinuxExtensionInit(INITARGS);
|
||||
#include "xselinux.h"
|
||||
#endif
|
||||
|
||||
#ifdef XEVIE
|
||||
extern void XevieExtensionInit(INITARGS);
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
extern void SecurityExtensionInit(INITARGS);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user