summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/alp_driver.c4
-rw-r--r--src/lg_driver.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/alp_driver.c b/src/alp_driver.c
index 6af6b69..07f1931 100644
--- a/src/alp_driver.c
+++ b/src/alp_driver.c
@@ -271,13 +271,13 @@ alpSetup(pointer module, pointer opts, int *errmaj, int *errmin)
#endif /* XFree86LOADER */
-const OptionInfoRec *
+_X_EXPORT const OptionInfoRec *
AlpAvailableOptions(int chipid)
{
return CirOptions;
}
-ScrnInfoPtr
+_X_EXPORT ScrnInfoPtr
AlpProbe(int entity)
{
ScrnInfoPtr pScrn = NULL;
diff --git a/src/lg_driver.c b/src/lg_driver.c
index 51002ba..f0dcba2 100644
--- a/src/lg_driver.c
+++ b/src/lg_driver.c
@@ -280,13 +280,13 @@ lgSetup(pointer module, pointer opts, int *errmaj, int *errmin)
#endif /* XFree86LOADER */
-const OptionInfoRec *
+_X_EXPORT const OptionInfoRec *
LgAvailableOptions(int chipid)
{
return LgOptions;
}
-ScrnInfoPtr
+_X_EXPORT ScrnInfoPtr
LgProbe(int entity)
{
ScrnInfoPtr pScrn = NULL;