summaryrefslogtreecommitdiff
path: root/Xext/xcmisc.c
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-01-11 08:16:12 +0100
committerJulien Cristau <jcristau@debian.org>2009-01-11 08:54:10 +0100
commit292311b421e53ead53c7df67d735a3d6d3e5b515 (patch)
tree0eb77efe0dcab7b7417e087aac069135c162a73c /Xext/xcmisc.c
parent7a05c8b1e70680ddd3b3e09ad448788f8d70a428 (diff)
Xext: ANSI cleanups
Diffstat (limited to 'Xext/xcmisc.c')
-rw-r--r--Xext/xcmisc.c24
1 files changed, 8 insertions, 16 deletions
diff --git a/Xext/xcmisc.c b/Xext/xcmisc.c
index 4f928961d..aed2e4eb4 100644
--- a/Xext/xcmisc.c
+++ b/Xext/xcmisc.c
@@ -64,8 +64,7 @@ XCMiscExtensionInit(INITARGS)
}
static int
-ProcXCMiscGetVersion(client)
- ClientPtr client;
+ProcXCMiscGetVersion(ClientPtr client)
{
xXCMiscGetVersionReply rep;
int n;
@@ -86,8 +85,7 @@ ProcXCMiscGetVersion(client)
}
static int
-ProcXCMiscGetXIDRange(client)
- ClientPtr client;
+ProcXCMiscGetXIDRange(ClientPtr client)
{
xXCMiscGetXIDRangeReply rep;
int n;
@@ -110,8 +108,7 @@ ProcXCMiscGetXIDRange(client)
}
static int
-ProcXCMiscGetXIDList(client)
- ClientPtr client;
+ProcXCMiscGetXIDList(ClientPtr client)
{
REQUEST(xXCMiscGetXIDListReq);
xXCMiscGetXIDListReply rep;
@@ -150,8 +147,7 @@ ProcXCMiscGetXIDList(client)
}
static int
-ProcXCMiscDispatch (client)
- ClientPtr client;
+ProcXCMiscDispatch (ClientPtr client)
{
REQUEST(xReq);
switch (stuff->data)
@@ -168,8 +164,7 @@ ProcXCMiscDispatch (client)
}
static int
-SProcXCMiscGetVersion(client)
- ClientPtr client;
+SProcXCMiscGetVersion(ClientPtr client)
{
int n;
REQUEST(xXCMiscGetVersionReq);
@@ -182,8 +177,7 @@ SProcXCMiscGetVersion(client)
}
static int
-SProcXCMiscGetXIDRange(client)
- ClientPtr client;
+SProcXCMiscGetXIDRange(ClientPtr client)
{
int n;
REQUEST(xReq);
@@ -193,8 +187,7 @@ SProcXCMiscGetXIDRange(client)
}
static int
-SProcXCMiscGetXIDList(client)
- ClientPtr client;
+SProcXCMiscGetXIDList(ClientPtr client)
{
int n;
REQUEST(xXCMiscGetXIDListReq);
@@ -205,8 +198,7 @@ SProcXCMiscGetXIDList(client)
}
static int
-SProcXCMiscDispatch (client)
- ClientPtr client;
+SProcXCMiscDispatch (ClientPtr client)
{
REQUEST(xReq);
switch (stuff->data)