Fix "warning: no previous prototype for ‘XevieExtensionInit’".
This commit is contained in:
parent
9d871e19c9
commit
720e44f973
|
@ -55,6 +55,7 @@ of the copyright holder.
|
||||||
#include <xkbsrv.h>
|
#include <xkbsrv.h>
|
||||||
|
|
||||||
#include "../os/osdep.h"
|
#include "../os/osdep.h"
|
||||||
|
#include "modinit.h"
|
||||||
|
|
||||||
#define NoSuchEvent 0x80000000
|
#define NoSuchEvent 0x80000000
|
||||||
|
|
||||||
|
|
|
@ -112,6 +112,10 @@ extern void SELinuxExtensionInit(INITARGS);
|
||||||
#include "xselinux.h"
|
#include "xselinux.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef XEVIE
|
||||||
|
extern void XevieExtensionInit(INITARGS);
|
||||||
|
#endif
|
||||||
|
|
||||||
#if 1
|
#if 1
|
||||||
extern void SecurityExtensionInit(INITARGS);
|
extern void SecurityExtensionInit(INITARGS);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue