diff options
Diffstat (limited to 'hw/xfree86/int10/stub.c')
-rw-r--r-- | hw/xfree86/int10/stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/int10/stub.c b/hw/xfree86/int10/stub.c index ac858d5d8..80b619bef 100644 --- a/hw/xfree86/int10/stub.c +++ b/hw/xfree86/int10/stub.c @@ -13,7 +13,7 @@ #define _INT10_PRIVATE #include "xf86int10.h" -xf86Int10InfoPtr +_X_EXPORT xf86Int10InfoPtr xf86InitInt10(int entityIndex) { return xf86ExtendedInitInt10(entityIndex, 0); |