[PATCH 2/4] XC-Misc: Fix compilation warning

Daniel Stone daniel at fooishbar.org
Tue Dec 28 04:54:56 PST 2010


Add pointless forward declaration because miinitext is still rubbish.

Signed-off-by: Daniel Stone <daniel at fooishbar.org>
---
 Xext/xcmisc.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Xext/xcmisc.c b/Xext/xcmisc.c
index 378afcc..f407a84 100644
--- a/Xext/xcmisc.c
+++ b/Xext/xcmisc.c
@@ -198,6 +198,8 @@ SProcXCMiscDispatch (ClientPtr client)
     }
 }
 
+extern void XCMiscExtensionInit(INITARGS);
+
 void
 XCMiscExtensionInit(INITARGS)
 {
-- 
1.7.2.3



More information about the xorg-devel mailing list