[PATCH 04/31] config: _X_UNEXPORT
Daniel Stone
daniel at fooishbar.org
Fri Dec 2 03:31:10 PST 2011
Remove _X_EXPORT tags from functions which are only called in
dix/main.c.
Signed-off-by: Daniel Stone <daniel at fooishbar.org>
---
include/hotplug.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/hotplug.h b/include/hotplug.h
index d074df3..229913a 100644
--- a/include/hotplug.h
+++ b/include/hotplug.h
@@ -26,7 +26,7 @@
#ifndef HOTPLUG_H
#define HOTPLUG_H
-extern _X_EXPORT void config_init(void);
-extern _X_EXPORT void config_fini(void);
+extern void config_init(void);
+extern void config_fini(void);
#endif /* HOTPLUG_H */
--
1.7.7.3
More information about the xorg-devel
mailing list