mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 05:18:25 +02:00
Fix "warning: no previous prototype for ‘XevieExtensionInit’".
(cherry picked from commit 720e44f973)
This commit is contained in:
parent
6b37231bc5
commit
7e4572a571
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue