summaryrefslogtreecommitdiff
path: root/hw/xfree86/dummylib/logvwrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/dummylib/logvwrite.c')
-rw-r--r--hw/xfree86/dummylib/logvwrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/dummylib/logvwrite.c b/hw/xfree86/dummylib/logvwrite.c
index 26868e7c8..aed1ad247 100644
--- a/hw/xfree86/dummylib/logvwrite.c
+++ b/hw/xfree86/dummylib/logvwrite.c
@@ -12,7 +12,7 @@
* Utility functions required by libxf86_os.
*/
-_X_EXPORT void
+void
LogVWrite(int verb, const char *format, va_list ap)
{
if (xf86Verbose >= verb)