diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-09 09:51:28 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-09 09:51:28 -0700 |
commit | 96c19a3ec1b7e43782d373b8015fa0ca24cb4f5b (patch) | |
tree | 83245845b36fc8a7eac81882ce77153370f0f670 /Xext/shape.c | |
parent | 576e6fb1124a47493371210adf99d6f2076e72c5 (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.c | 2 |
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; |