summaryrefslogtreecommitdiff
path: root/dix/dispatch.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2007-11-15 17:01:33 -0500
committerAdam Jackson <ajax@redhat.com>2007-11-15 17:01:33 -0500
commit20fd4783247b1b93d9675dc36768dd1ed59ba2d3 (patch)
tree80a2e88e40132149574bef62318c0d0ad738e225 /dix/dispatch.c
parent70e50fa51f05663f289eeeea4521e737e8e24bca (diff)
Small static cleanups on dix/
Diffstat (limited to 'dix/dispatch.c')
-rw-r--r--dix/dispatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dix/dispatch.c b/dix/dispatch.c
index 8c76eb12e..c356aed30 100644
--- a/dix/dispatch.c
+++ b/dix/dispatch.c
@@ -249,7 +249,7 @@ UpdateCurrentTimeIf(void)
currentTime = systime;
}
-void
+static void
InitSelections(void)
{
if (CurrentSelections)
@@ -3836,7 +3836,7 @@ ProcInitialConnection(ClientPtr client)
return (client->noClientException);
}
-int
+static int
SendConnSetup(ClientPtr client, char *reason)
{
xWindowRoot *root;