summaryrefslogtreecommitdiff
path: root/src/ivch
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com>2008-01-31 22:47:18 -0200
committerEric Anholt <eric@anholt.net>2008-02-01 16:28:14 -0800
commitbe1b568bc2379856c3eaaed365002512bebc218c (patch)
tree06e29f5ecf86ef8a1d991712a3d49ef925d4374b /src/ivch
parentcc1031a834b81aa6f835c282ad86deddabe229a0 (diff)
downloadxf86-video-intel-frc-be1b568bc2379856c3eaaed365002512bebc218c.tar.gz
xf86-video-intel-frc-be1b568bc2379856c3eaaed365002512bebc218c.tar.bz2
Make sure symbols used by other modules are public.
These symbols must be explicitly exported, otherwise if compiled with hidden symbols, LoaderSymbol (and dlopen) will fail to find them.
Diffstat (limited to 'src/ivch')
-rw-r--r--src/ivch/ivch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivch/ivch.c b/src/ivch/ivch.c
index eb5dc21c..820919fb 100644
--- a/src/ivch/ivch.c
+++ b/src/ivch/ivch.c
@@ -358,7 +358,7 @@ ivch_restore(I2CDevPtr d)
}
-I830I2CVidOutputRec ivch_methods = {
+_X_EXPORT I830I2CVidOutputRec ivch_methods = {
.init = ivch_init,
.dpms = ivch_dpms,
.save = ivch_save,