diff options
Diffstat (limited to 'xorg-server/include/swapreq.h')
-rw-r--r-- | xorg-server/include/swapreq.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg-server/include/swapreq.h b/xorg-server/include/swapreq.h index 83e524bab..8038f0272 100644 --- a/xorg-server/include/swapreq.h +++ b/xorg-server/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); |