summaryrefslogtreecommitdiff
path: root/Xext/sleepuntil.h
diff options
context:
space:
mode:
Diffstat (limited to 'Xext/sleepuntil.h')
-rw-r--r--Xext/sleepuntil.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/Xext/sleepuntil.h b/Xext/sleepuntil.h
index a3618d99c..5c7084842 100644
--- a/Xext/sleepuntil.h
+++ b/Xext/sleepuntil.h
@@ -33,14 +33,10 @@
#include "dix.h"
-extern int ClientSleepUntil(
- ClientPtr client,
- TimeStamp *revive,
- void (*notifyFunc)(
- ClientPtr /* client */,
- pointer /* closure */
- ),
- pointer Closure
-);
+extern int ClientSleepUntil(ClientPtr client,
+ TimeStamp *revive,
+ void (*notifyFunc) (ClientPtr /* client */ ,
+ pointer /* closure */
+ ), pointer Closure);
#endif