summaryrefslogtreecommitdiff
path: root/include/swapreq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swapreq.h')
-rw-r--r--include/swapreq.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/swapreq.h b/include/swapreq.h
index 83e524bab..8038f0272 100644
--- a/include/swapreq.h
+++ b/include/swapreq.h
@@ -26,15 +26,15 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef SWAPREQ_H
#define SWAPREQ_H 1
-extern void SwapColorItem(
+extern _X_EXPORT void SwapColorItem(
xColorItem * /* pItem */);
-extern void SwapConnClientPrefix(
+extern _X_EXPORT void SwapConnClientPrefix(
xConnClientPrefix * /* pCCP */);
#undef SWAPREQ_PROC
-#define SWAPREQ_PROC(func) int func(ClientPtr /* client */)
+#define SWAPREQ_PROC(func) extern _X_EXPORT int func(ClientPtr /* client */)
SWAPREQ_PROC(SProcAllocColor);
SWAPREQ_PROC(SProcAllocColorCells);