diff options
Diffstat (limited to 'hw/xfree86/common/xf86Module.h')
-rw-r--r-- | hw/xfree86/common/xf86Module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h index 7671cea5d..9ba874c4b 100644 --- a/hw/xfree86/common/xf86Module.h +++ b/hw/xfree86/common/xf86Module.h @@ -171,7 +171,7 @@ typedef struct { #define INITARGS void -typedef void (*InitExtension) (INITARGS); +typedef void (*InitExtension) (void); typedef struct { InitExtension initFunc; |