summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/lynxos/lynx_io.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/os-support/lynxos/lynx_io.c
parentae935832facfa81a9689882406ecca74b0346790 (diff)
Mark everything in xf86sym.c as _X_EXPORT.
Diffstat (limited to 'hw/xfree86/os-support/lynxos/lynx_io.c')
-rw-r--r--hw/xfree86/os-support/lynxos/lynx_io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/os-support/lynxos/lynx_io.c b/hw/xfree86/os-support/lynxos/lynx_io.c
index afd3f8962..761fec0e0 100644
--- a/hw/xfree86/os-support/lynxos/lynx_io.c
+++ b/hw/xfree86/os-support/lynxos/lynx_io.c
@@ -37,7 +37,7 @@
#if defined(KDMKTONE) || defined(KIOCSOUND)
/* Lynx 2.2.1 has sophisticated atc stuff.... */
-void
+_X_EXPORT void
xf86SoundKbdBell(int loudness, int pitch, int duration)
{
if (loudness && pitch)
@@ -159,7 +159,7 @@ xf86KbdOff()
#include "xf86OSKbd.h"
-Bool
+_X_EXPORT Bool
xf86OSKbdPreInit(InputInfoPtr pInfo)
{
return FALSE;