summaryrefslogtreecommitdiff
path: root/hw/xfree86/dummylib/xf86errorfverb.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-03-25 19:52:05 +0000
committerAdam Jackson <ajax@nwnk.net>2006-03-25 19:52:05 +0000
commita68c11bb1d7c5419004a1714e49dffac57304e78 (patch)
tree50456439939c03c57d422cfc9e3f3755fa2ae006 /hw/xfree86/dummylib/xf86errorfverb.c
parentae935832facfa81a9689882406ecca74b0346790 (diff)
downloadxserver-a68c11bb1d7c5419004a1714e49dffac57304e78.tar.gz
Mark everything in xf86sym.c as _X_EXPORT.
Diffstat (limited to 'hw/xfree86/dummylib/xf86errorfverb.c')
-rw-r--r--hw/xfree86/dummylib/xf86errorfverb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/dummylib/xf86errorfverb.c b/hw/xfree86/dummylib/xf86errorfverb.c
index 65399e334..398d0b3c3 100644
--- a/hw/xfree86/dummylib/xf86errorfverb.c
+++ b/hw/xfree86/dummylib/xf86errorfverb.c
@@ -13,7 +13,7 @@
* Utility functions required by libxf86_os.
*/
-void
+_X_EXPORT void
xf86ErrorFVerb(int verb, const char *format, ...)
{
va_list ap;