diff options
Diffstat (limited to 'dix/swapreq.c')
-rw-r--r-- | dix/swapreq.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dix/swapreq.c b/dix/swapreq.c index 7d57d551f..2678fb6de 100644 --- a/dix/swapreq.c +++ b/dix/swapreq.c @@ -64,8 +64,7 @@ SOFTWARE. /* Thanks to Jack Palevich for testing and subsequently rewriting all this */ /* Byte swap a list of longs */ - -void +_X_EXPORT void SwapLongs (register CARD32 *list, register unsigned long count) { register char n; @@ -91,8 +90,7 @@ SwapLongs (register CARD32 *list, register unsigned long count) } /* Byte swap a list of shorts */ - -void +_X_EXPORT void SwapShorts (register short *list, register unsigned long count) { register char n; @@ -857,7 +855,7 @@ SProcFreeColors(register ClientPtr client) } -void +_X_EXPORT void SwapColorItem(xColorItem *pItem) { register char n; |