summaryrefslogtreecommitdiff
path: root/Xext/shape.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-06-09 09:51:28 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-09 09:51:28 -0700
commit96c19a3ec1b7e43782d373b8015fa0ca24cb4f5b (patch)
tree83245845b36fc8a7eac81882ce77153370f0f670 /Xext/shape.c
parent576e6fb1124a47493371210adf99d6f2076e72c5 (diff)
put function prototype for ShapeExtensionInit() in proper place
based on FIXME in mi/miinitext.c
Diffstat (limited to 'Xext/shape.c')
-rw-r--r--Xext/shape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/shape.c b/Xext/shape.c
index c5bb4e38c..9f46a798e 100644
--- a/Xext/shape.c
+++ b/Xext/shape.c
@@ -146,7 +146,7 @@ typedef struct _ShapeEvent {
****************/
void
-ShapeExtensionInit(INITARGS)
+ShapeExtensionInit(void)
{
ExtensionEntry *extEntry;