From d057e265c862f90e9b6fddff89f40cb82b2a59b1 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 19 Oct 2010 11:59:22 -0400 Subject: [PATCH] xcmisc: warning fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xcmisc.c:202: warning: no previous prototype for ‘XCMiscExtensionInit’ Signed-off-by: Adam Jackson Reviewed-by: Daniel Stone --- hw/xfree86/dixmods/extmod/modinit.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/xfree86/dixmods/extmod/modinit.h b/hw/xfree86/dixmods/extmod/modinit.h index 1154e4601..5bbbb882b 100644 --- a/hw/xfree86/dixmods/extmod/modinit.h +++ b/hw/xfree86/dixmods/extmod/modinit.h @@ -18,6 +18,10 @@ extern void XTestExtensionInit(INITARGS); extern void XTestExtension1Init(INITARGS); #endif +#if 1 +extern void XCMiscExtensionInit(INITARGS); +#endif + #ifdef SCREENSAVER extern void ScreenSaverExtensionInit (INITARGS); #include