diff options
Diffstat (limited to 'hw/xfree86/dummylib/xf86opt.c')
-rw-r--r-- | hw/xfree86/dummylib/xf86opt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/dummylib/xf86opt.c b/hw/xfree86/dummylib/xf86opt.c index 45779054a..e46c00b69 100644 --- a/hw/xfree86/dummylib/xf86opt.c +++ b/hw/xfree86/dummylib/xf86opt.c @@ -13,12 +13,12 @@ * Utility functions required by libxf86_os. */ -void +_X_EXPORT void xf86ProcessOptions(int i, pointer p, OptionInfoPtr o) { } -Bool +_X_EXPORT Bool xf86GetOptValBool(const OptionInfoRec *o, int i, Bool *b) { return FALSE; |