diff options
author | Adam Jackson <ajax@redhat.com> | 2010-10-19 11:59:22 -0400 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2010-12-31 12:36:44 +0000 |
commit | d057e265c862f90e9b6fddff89f40cb82b2a59b1 (patch) | |
tree | f7d8194c086857ddb040e6800cdaf5c535d57ea9 /hw/xfree86/dixmods | |
parent | 67e0bcba4307de5a330e027f4504c9aed4987e5a (diff) |
xcmisc: warning fix
xcmisc.c:202: warning: no previous prototype for ‘XCMiscExtensionInit’
Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'hw/xfree86/dixmods')
-rw-r--r-- | hw/xfree86/dixmods/extmod/modinit.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <X11/extensions/saver.h> |