diff options
Diffstat (limited to 'hw/xfree86/dummylib/xf86errorf.c')
-rw-r--r-- | hw/xfree86/dummylib/xf86errorf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/dummylib/xf86errorf.c b/hw/xfree86/dummylib/xf86errorf.c index 9834c613b..026000454 100644 --- a/hw/xfree86/dummylib/xf86errorf.c +++ b/hw/xfree86/dummylib/xf86errorf.c @@ -12,7 +12,7 @@ * Utility functions required by libxf86_os. */ -_X_EXPORT void +void xf86ErrorF(const char *format, ...) { va_list ap; @@ -22,7 +22,7 @@ xf86ErrorF(const char *format, ...) va_end(ap); } -_X_EXPORT void +void ErrorF(const char *format, ...) { va_list ap; |