diff options
Diffstat (limited to 'include/swapreq.h')
-rw-r--r-- | include/swapreq.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/swapreq.h b/include/swapreq.h index 8038f0272..07eff807f 100644 --- a/include/swapreq.h +++ b/include/swapreq.h @@ -26,11 +26,9 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef SWAPREQ_H #define SWAPREQ_H 1 -extern _X_EXPORT void SwapColorItem( - xColorItem * /* pItem */); +extern _X_EXPORT void SwapColorItem(xColorItem * /* pItem */ ); -extern _X_EXPORT void SwapConnClientPrefix( - xConnClientPrefix * /* pCCP */); +extern _X_EXPORT void SwapConnClientPrefix(xConnClientPrefix * /* pCCP */ ); #undef SWAPREQ_PROC @@ -105,4 +103,4 @@ SWAPREQ_PROC(SProcWarpPointer); #undef SWAPREQ_PROC -#endif /* SWAPREQ_H */ +#endif /* SWAPREQ_H */ |