summaryrefslogtreecommitdiff
path: root/Xi/allowev.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-02-20 21:50:49 +0000
committerAdam Jackson <ajax@nwnk.net>2006-02-20 21:50:49 +0000
commit5480c537cee79b324736eac3e438a4713dfa1036 (patch)
treef5534698be88e804e08ccda77b1df89c2d56d2ae /Xi/allowev.c
parentcc42e153c2437fe9c94b0c20e1b56277474d94d0 (diff)
ANSIfy Xi/. Mostly automated via protoize(1).
Diffstat (limited to 'Xi/allowev.c')
-rw-r--r--Xi/allowev.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/Xi/allowev.c b/Xi/allowev.c
index c1df7eb73..83c664758 100644
--- a/Xi/allowev.c
+++ b/Xi/allowev.c
@@ -79,9 +79,8 @@ SOFTWARE.
*/
int
-SProcXAllowDeviceEvents(client)
- register ClientPtr client;
- {
+SProcXAllowDeviceEvents(register ClientPtr client)
+{
register char n;
REQUEST(xAllowDeviceEventsReq);
@@ -98,9 +97,8 @@ SProcXAllowDeviceEvents(client)
*/
int
-ProcXAllowDeviceEvents(client)
- register ClientPtr client;
- {
+ProcXAllowDeviceEvents(register ClientPtr client)
+{
TimeStamp time;
DeviceIntPtr thisdev;