summaryrefslogtreecommitdiff
path: root/Xext/security.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@benzedrine.nwnk.net>2007-03-25 17:57:22 -0400
committerAdam Jackson <ajax@benzedrine.nwnk.net>2007-03-25 17:57:22 -0400
commit04b87d6dfae02e4ecdb5216d12c6cdafd1e8c2b4 (patch)
treea7beb0dd1011c46492b4634556a057affac69c33 /Xext/security.c
parentaf769892a91c9af59de53ca3bcd77fc4967daffb (diff)
Static and dead code cleaup for Xext/
Diffstat (limited to 'Xext/security.c')
-rw-r--r--Xext/security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/security.c b/Xext/security.c
index 7202d3947..c17a438b4 100644
--- a/Xext/security.c
+++ b/Xext/security.c
@@ -77,7 +77,7 @@ typedef struct {
#define AUTHID(client) \
(((SecurityClientStateRec*)STATEPTR(client))->authId)
-CallbackListPtr SecurityValidateGroupCallback = NULL; /* see security.h */
+static CallbackListPtr SecurityValidateGroupCallback = NULL;
RESTYPE SecurityAuthorizationResType; /* resource type for authorizations */