summaryrefslogtreecommitdiff
path: root/hw/xfree86/parser/Input.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/parser/Input.c')
-rw-r--r--hw/xfree86/parser/Input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/parser/Input.c b/hw/xfree86/parser/Input.c
index 3d9801968..34ce6cbea 100644
--- a/hw/xfree86/parser/Input.c
+++ b/hw/xfree86/parser/Input.c
@@ -189,7 +189,7 @@ xf86validateInput (XF86ConfigPtr p)
return (TRUE);
}
-XF86ConfInputPtr
+_X_EXPORT XF86ConfInputPtr
xf86findInput (const char *ident, XF86ConfInputPtr p)
{
while (p)
@@ -202,7 +202,7 @@ xf86findInput (const char *ident, XF86ConfInputPtr p)
return (NULL);
}
-XF86ConfInputPtr
+_X_EXPORT XF86ConfInputPtr
xf86findInputByDriver (const char *driver, XF86ConfInputPtr p)
{
while (p)