diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-03-25 19:52:05 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-03-25 19:52:05 +0000 |
commit | a68c11bb1d7c5419004a1714e49dffac57304e78 (patch) | |
tree | 50456439939c03c57d422cfc9e3f3755fa2ae006 /hw/xfree86/os-support/usl/usl_io.c | |
parent | ae935832facfa81a9689882406ecca74b0346790 (diff) |
Mark everything in xf86sym.c as _X_EXPORT.
Diffstat (limited to 'hw/xfree86/os-support/usl/usl_io.c')
-rw-r--r-- | hw/xfree86/os-support/usl/usl_io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/os-support/usl/usl_io.c b/hw/xfree86/os-support/usl/usl_io.c index a62fdc6f6..45c511f42 100644 --- a/hw/xfree86/os-support/usl/usl_io.c +++ b/hw/xfree86/os-support/usl/usl_io.c @@ -1,4 +1,4 @@ -/* $XdotOrg$ */ +/* $XdotOrg: xserver/xorg/hw/xfree86/os-support/usl/usl_io.c,v 1.2 2005/11/08 06:33:30 jkj Exp $ */ /* * Copyright 2001-2005 by Kean Johnston <jkj@sco.com> * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany @@ -35,7 +35,7 @@ #include "xf86Priv.h" #include "xf86_OSlib.h" -void +_X_EXPORT void xf86SoundKbdBell(int loudness, int pitch, int duration) { if (loudness && pitch) { |