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 1b7bca9c6..44b0b496d 100644 --- a/hw/xfree86/dummylib/xf86opt.c +++ b/hw/xfree86/dummylib/xf86opt.c @@ -12,12 +12,12 @@ * Utility functions required by libxf86_os. */ -_X_EXPORT void +void xf86ProcessOptions(int i, pointer p, OptionInfoPtr o) { } -_X_EXPORT Bool +Bool xf86GetOptValBool(const OptionInfoRec *o, int i, Bool *b) { return FALSE; |